/*
Theme Name: GeekMythos
Theme URI: https://geekmythospodcast.com
Description: Custom dark-cinematic child theme for GeekMythos Podcast. Scroll-driven video hero, brand-styled episode cards, clean header/footer that bypass Astra's demo builders. Built to keep WordPress content while fully owning the design.
Author: GeekMythos
Author URI: https://geekmythospodcast.com
Template: astra
Version: 1.0.0
Text Domain: geekmythos
*/

/* ============================================================
   GeekMythos brand tokens
   Real styles live in assets/css/theme.css (enqueued separately
   so we can iterate without touching the theme header).
   ============================================================ */

:root {
  --gm-red: #C8102E;
  --gm-blue: #1F4EA1;
  --gm-bg: #0D0D0D;
  --gm-surface: #1A1A1A;
  --gm-surface-2: #242424;
  --gm-text: #FFFFFF;
  --gm-muted: #B0B0B0;
  --gm-font-head: 'Oswald', sans-serif;
  --gm-font-body: 'Inter', sans-serif;
}
