/* Rome Abroad — Brand v2 design tokens (single source of truth) */
:root {
  /* Core brand (from canon) */
  --ra-blue:        #003D78;
  --ra-blue-bright: #0A5CA8;
  --ra-ink:         #0E2A47;
  --ra-slate:       #3D4A5C;
  --ra-muted:       #6B7789;

  /* Warm neutrals (v2 evolution) */
  --ra-paper:       #FAF7F1;
  --ra-sand:        #E8E1D4;
  --ra-line:        #EDE6D8;
  --ra-white:       #FFFFFF;

  /* Accent (sparing) */
  --ra-terracotta:  #B0662C;

  /* Type */
  --ra-serif: "Instrument Serif", Georgia, "Times New Roman", serif; /* display */
  --ra-sans:  "Montserrat", -apple-system, "Segoe UI", Roboto, sans-serif; /* UI/headings */
  --ra-body:  "Nunito Sans", -apple-system, "Segoe UI", Roboto, sans-serif; /* body */

  /* Scale */
  --ra-r: 8px;      /* radius */
  --ra-gap: 20px;
  --ra-maxw: 1200px;
}
