/*
Theme Name: ResilientU Show
Theme URI: https://resilientushow.com
Author: Carlo DelDonno
Author URI: https://resilientushow.com
Description: Premium podcast website theme for The ResilientU Show
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resilientu
Tags: podcast, dark, premium, one-column, custom-menu, featured-images
*/

/* =============================================
   CSS CUSTOM PROPERTIES
   ============================================= */
:root {
    --navy-dark:     #0D1B3E;
    --navy-mid:      #162348;
    --navy-light:    #1E2F5A;
    --gold:          #D4A820;
    --gold-hover:    #E8BE3A;
    --gold-muted:    rgba(212, 168, 32, 0.15);
    --white:         #FFFFFF;
    --white-muted:   #B8C4D4;
    --white-dim:     rgba(255,255,255,0.08);
    --border:        rgba(212, 168, 32, 0.2);
    --font-head:     'Montserrat', sans-serif;
    --font-body:     'Inter', sans-serif;
    --radius:        8px;
    --radius-lg:     16px;
    --shadow:        0 4px 24px rgba(0,0,0,0.35);
    --shadow-gold:   0 0 32px rgba(212, 168, 32, 0.18);
    --transition:    0.25s ease;
    --max-width:     1200px;
}
