:root {
  --color-navy: #0b1f3a;
  --color-navy-light: #142b4f;
  --color-red: #c8102e;
  --color-red-dark: #9c0c23;
  --color-black: #0a0a0a;
  --color-white: #ffffff;
  --color-grey-light: #f4f5f7;
  --color-grey-mid: #8a8f98;
  --color-border: #e2e4e8;

  --font-heading: 'Inter', -apple-system, sans-serif;
  --font-body: 'Inter', -apple-system, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;

  --radius: 6px;
  --shadow-sm: 0 1px 3px rgba(10, 10, 10, 0.08);
  --shadow-md: 0 4px 16px rgba(10, 10, 10, 0.12);

  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
}
