/*
Theme Name: Reels Theme
Theme URI: https://example.com/
Author: NSC
Description: Custom vertical short-video (reels) theme foundation.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reels-theme
*/

:root {
  --rt-bg: #000;
  --rt-fg: #fff;
  --rt-muted: rgba(255,255,255,0.72);
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  color: var(--rt-fg);
  background: var(--rt-bg);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

a { color: inherit; }
