/*
Theme Name: GeekPress Reel
Theme URI: https://example.com/reel
Author: GeekPress
Author URI: https://example.com
Description: REEL — a modern, editorial cinema skin for the GeekPress plugin. A drop-in visual theme: deep ink canvas, warm ember coral accent, Fraunces / Inter / DM Mono. Implements the full --geekui-* variable contract in both dark and light, plus eight context skin files (catalog, name, movie, game, profile, articles, fields, userpages). Compatible with WordPress 6.0+.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reel
Tags: blog, custom-menu, custom-header, custom-background, two-columns, featured-images, threaded-comments, translation-ready, custom-logo, dark-mode-support
*/

/* The visual look lives in /assets/css/main.css and /assets/css/geekui-*.css.
   This file is required by WordPress for the theme header above + a minimal
   reset so REEL stays usable even before any skin is enqueued. */

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px; width: 1px;
  margin: -1px; overflow: hidden; padding: 0;
  position: absolute !important;
  word-wrap: normal !important;
}
