/* DESIGN.md / locked website palette — cyan + gold. Magenta retired. */
:root {
  --color-paper: #faf7f2;
  --color-paper-2: #ffffff;
  --color-ink: #1a1714;
  --color-ink-2: #5c574f;
  --color-rule: #e6e1da;
  --color-accent: #0176a6;
  --color-accent-ink: #ffffff;
  --color-accent-soft: #e0f6fd;
  --color-focus: #0176a6;
  --color-navy-soft: #3a3a3a;
  --color-brand: #00aeef;
  --color-yellow: #ec9c00;
  --color-cyan-mist: #e0f6fd;
  --color-brand-deep: #0176a6;

  --font-display: "Poppins", system-ui, sans-serif;
  --font-body: "Poppins", system-ui, sans-serif;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-short: 220ms;
  --press-scale: 0.97;

  --radius-card: 20px;
  --radius-input: 16px;
  --radius-pill: 999px;
  --rule-hair: 1px;
  --shadow-card: 0 4px 16px rgba(26, 23, 20, 0.08), 0 1px 3px rgba(26, 23, 20, 0.04);
}
