


:root {
  --blue:    #034694;
  --yellow:  #FFDE00;
  --cream:   #F5F0E8;
  --cream2:  #EDE7D9;
  --cream3:  #E4DCCB;
  --ivory:   #F0E6D2; 
  --paper:   #FBF8F1; 
  --dark:    #0D1B2A;
  --text:    #1A2A3A;
  --mid:     #5A6A7A;
  
  --accent3:       #B8491F; 
  --accent3-light: #FFB98C; 
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Interstate', 'Inter', system-ui, -apple-system, sans-serif;
  --radius: 0;
  --transition: 0.2s ease;

  
  --r-sm:  4px;   
  --r-md:  8px;   
  --r-lg:  12px;  
  --r-pill: 999px;

  --sh-rest:  0 1px 2px rgba(26,42,58,0.05), 0 2px 8px rgba(26,42,58,0.04);
  --sh-hover: 0 2px 4px rgba(26,42,58,0.06), 0 8px 20px rgba(26,42,58,0.10);

  --t-fast: 0.15s;
  --t-base: 0.25s;
  --ease:   cubic-bezier(0.2, 0, 0.2, 1);
  --lift:   -2px;
}

