:root {
  --color-ink: #172033;
  --color-ink-soft: #536071;
  --color-brand: #2563b8;
  --color-brand-dark: #17477f;
  --color-brand-soft: #e9f2ff;
  --color-surface: #ffffff;
  --color-canvas: #f6f8fb;
  --color-border: #dce3ec;
  --color-success: #147a52;
  --color-danger: #b42318;
  --font-sans: "Work Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: Lora, Georgia, serif;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --radius-sm: .625rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgb(23 32 51 / .06);
  --shadow-md: 0 18px 45px -30px rgb(23 32 51 / .45);
  --container: 90rem;
  --content: 74rem;
  --transition: 180ms ease;
}
