:root {
  --brand-navy: #10254d;
  --brand-navy-deep: #091a38;
  --brand-orange: #ed6b2f;
  --brand-gold: #f5b942;
  --brand-cream: #fff8ea;
  --brand-ink: #17243a;
  --surface: var(--brand-cream);
  --surface-raised: #fffdf8;
  --ink: var(--brand-ink);
  --ink-soft: #5a6779;
  --brand: var(--brand-navy);
  --brand-dark: var(--brand-navy-deep);
  --brand-soft: #e3edf7;
  --accent: var(--brand-orange);
  --line: #d8deea;
  --content: 73rem;
  --reading: 43rem;
  --radius-card: 1.15rem;
  --radius-pill: 999px;
  --shadow-card: 0 1.2rem 3.5rem rgb(16 37 77 / 10%);
  --serif: Iowan Old Style, Baskerville, Georgia, Times New Roman, serif;
  --sans: Avenir Next, Avenir, Inter, Helvetica Neue, Arial, sans-serif;
}
