/* =====================================================
   Spirit of '76 — color tokens
   Deep navy + Liberty Red + Vintage Gold + Liberty Cream
   ===================================================== */

:root {
  /* Surfaces — dark navy ramp */
  --bg:        #0B1530;   /* page background */
  --bg-2:      #142142;   /* card / section background */
  --bg-3:      #1B2B4D;   /* inset / form surface */
  --bg-glow:   #1F2D5C;   /* upper-left radial glow */

  /* Type — Liberty Cream ramp */
  --ink:       #F5F1E8;   /* primary text */
  --ink-2:     #DCD6C7;   /* secondary text */
  --ink-3:     #9A9486;   /* muted / meta */
  --ink-4:     #5C637C;   /* faint / disabled */

  /* Rules / dividers */
  --rule:      rgba(245,241,232,0.12);
  --rule-2:    rgba(245,241,232,0.22);

  /* Accents */
  --gold:      #D4A574;   /* Vintage Gold — primary accent */
  --gold-2:    #E2B58A;   /* Vintage Gold hover */
  --gold-deep: #C41E3A;   /* Liberty Red — CTAs, alerts */
  --gold-soft: rgba(212,165,116,0.10);

  /* Hover for red CTAs */
  --red-hover: #D72D49;
}
