/* ============================================================
   VARIABLES
   Color palette, typography, and design tokens for United Assembly
   ============================================================ */

:root {
  /* Colors */
  --navy-deep:   #0A1628;
  --navy-mid:    #1B3A6B;
  --navy-light:  #2E5FA3;
  --gold:        #C9A84C;
  --gold-light:  #E8C97A;
  --cream:       #F8F5EE;
  --cream-dark:  #EDE9DF;
  --text:        #1A1A2E;
  --text-muted:  #5A6070;
  --white:       #FFFFFF;
  --border:      #D8D2C4;

  /* Typography */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Source Sans 3', system-ui, sans-serif;

  /* Spacing */
  --section-pad:  5rem;
  --container:    1140px;
}
