/* Ad Astra AI — brand tokens. SINGLE SOURCE OF TRUTH.
   Do not retype these values anywhere else. Reference the variables. */
:root {
  /* Re-derived by measuring the logo file (edge_logo_800x800.png, 1200x1200).
     Navy: flat #0E2240 = 99.50% of the logo's field. Verified, not asserted. */
  --aa-navy: #0E2240;
  --aa-gold: #C9A968;
  --aa-paper: #FBF8F2;

  /* The navy ramp measured off the branded assets. Both endpoints are real. */
  --aa-navy-grad-top: #0E2240;
  --aa-navy-grad-bottom: #0A1A31;

  /* Spec — type */
  --aa-serif: 'Cormorant Garamond', Georgia, serif;
  --aa-sans: 'Inter', system-ui, -apple-system, sans-serif;
  /* NOTE: the logo file is star-only. It contains no wordmark, so these two
     values are a design choice, not a measurement. */
  --aa-wordmark-weight: 300;
  --aa-wordmark-tracking: .19em;

  /* Carried over from existing code. NOT in the brand spec — pending review. */
  --aa-ink: #1C2A3A;
  --aa-ink-soft: #43505F;
  --aa-rule: #D9CFBE;
  --aa-cold: #7C8DA3;
  --aa-dim: #8DA0B8;
  --aa-faint: #2C4670;
}
