@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,600&family=Outfit:wght@300;400;500;600;700&display=swap');

/* PUBLIC SITE — original variable names, config-driven gold/fonts only */
:root {
  --green:         #1a4731;
  --green-mid:     #236040;
  --green-light:   #2d7a52;
  --green-pale:    #e8f4ee;
  --green-faint:   #f2f9f5;
  --gold:          #c9920a;
  --gold-light:    #e8b230;
  --gold-pale:     #fdf3dc;
  --white:         #ffffff;
  --off-white:     #fafcf9;
  --ink:           #0e1f17;
  --muted:         #527563;
  --border:        #d0e6d8;
  --border-dark:   #1f5438;
  --font-display:  'Cormorant Garamond', Georgia, serif;
  --font-body:     'Outfit', system-ui, sans-serif;
  --radius:        12px;
  --ease:          cubic-bezier(0.25,0.46,0.45,0.94);
  --max-width:     1280px;
  --section-pad:   6rem 2rem;
  --shadow-sm:     0 2px 12px rgba(26,71,49,0.08);
  --shadow-md:     0 8px 32px rgba(26,71,49,0.14);
  --shadow-lg:     0 24px 64px rgba(26,71,49,0.20);
}

/* PORTAL */
.portal-shell {
  --bg:          #080f0b;
  --surface:     #0d1a12;
  --surface-2:   #112016;
  --surface-3:   #162a1e;
  --rim:         rgba(255,255,255,0.07);
  --rim-strong:  rgba(255,255,255,0.12);
  --rim-gold:    rgba(201,146,10,0.28);
  --gold:        #c9920a;
  --gold-light:  #e8b230;
  --gold-pale:   rgba(201,146,10,0.10);
  --text:        rgba(255,255,255,0.92);
  --text-dim:    rgba(255,255,255,0.5);
  --text-muted:  rgba(255,255,255,0.28);
  --font-d:      'Cormorant Garamond', Georgia, serif;
  --font-ui:     'Outfit', system-ui, sans-serif;
  --radius:      12px;
  --ease:        cubic-bezier(0.25,0.46,0.45,0.94);
  --ease-spring: cubic-bezier(0.34,1.56,0.64,1);
}

/* ADMIN */
.admin-shell {
  --green:        #1a4731;
  --green-dark:   #0f2d1f;
  --green-mid:    #256040;
  --gold:         #c9920a;
  --gold-light:   #e8b230;
  --white:        #fff;
  --off:          #f8f9fa;
  --border:       #e2e8f0;
  --ink:          #1a202c;
  --muted:        #718096;
  --red:          #e53e3e;
  --red-pale:     #fff5f5;
  --success:      #38a169;
  --success-pale: #f0fff4;
  --warn:         #d69e2e;
  --warn-pale:    #fffff0;
  --radius:       8px;
  --shadow:       0 1px 3px rgba(0,0,0,0.1);
  --shadow-md:    0 4px 6px rgba(0,0,0,0.07);
  --font-ui:      'Outfit', system-ui, sans-serif;
}
