/*
Theme Name:  Stars Community Theater
Description: Custom WordPress theme for Sunriver STARS Community Theater
Author:      NextTech Consultants
Version:     1.0.8
Text Domain: stars-community-theater
*/

/* =============================================
   DESIGN TOKENS — Light base (matches mockup)
   ============================================= */
:root {
    --bg:          #faf7f2;
    --surface:     #ffffff;
    --surface-2:   #f4f1eb;
    --gold:        #9a7020;
    --gold-lt:     #c9a84c;
    --gold-dk:     #6d4e10;
    --red:         #8b2020;
    --green:       #2e6b48;
    --green-lt:    #2a7a50;
    --text:        #1c1814;
    --muted:       #6b5f52;
    --border:      #ddd6c8;
    --font-serif:  'Georgia', 'Times New Roman', serif;
    --font-sans:   'Helvetica Neue', Arial, sans-serif;
    --max-w:       1180px;
    --gutter:      clamp(1.25rem, 5vw, 2.5rem);
    --section:     clamp(4rem, 9vw, 7rem);
    --r:           4px;
    --ease:        0.22s ease;
    --banner-h:    34px;
}
