:root {
  --color-ink-950: #071225;
  --color-ink-900: #0d1f3d;
  --color-ink-800: #16345f;
  --color-ink-700: #1e4e87;
  --color-sky-300: #9ad6ff;
  --color-sky-200: #cdeaff;
  --color-sky-100: #eaf6ff;
  --color-snow: #f7fbff;
  --color-sand-300: #e4bd7a;
  --color-sand-200: #f2d9ac;
  --color-sand-100: #f9ecd2;
  --color-white: #ffffff;
  --color-black: #10151f;
  --color-success: #0f8a5f;
  --color-danger: #bf1e2e;

  --font-display: "Montserrat", "Trebuchet MS", "Arial", sans-serif;
  --font-sans: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  --font-brand: "Viga", "Montserrat", "Trebuchet MS", sans-serif;

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-pill: 999px;

  --shadow-soft: 0 14px 36px rgba(15, 37, 74, 0.12);
  --shadow-card: 0 20px 45px rgba(7, 18, 37, 0.18);

  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.25rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 2.5rem;
  --space-8: 3rem;
  --space-9: 4rem;

  --site-width: min(1200px, calc(100vw - 2.25rem));
}
