/* GENERATED by Forge from tokens.json. Do not edit by hand — edit tokens.json. */
:root {
  /* color */
  --color-brand: #002387;
  --color-brand-alt: #0700dd;
  --color-accent: #00ce1b;
  --color-surface: #f7f7f8;
  --color-surface-alt: #ebeced;
  --color-ink: #1a1c1e;
  --color-ink-muted: #595d64;
  /* derived */
  --on-brand: #f7f7f8;
  --accent-text-light: #00720f;
  --accent-text-dark: #00ce1b;
  --brand-text-light: #002387;
  --brand-text-dark: #5e88ff;
  /* type */
  --type-display: 'Zilla Slab', Georgia, serif;
  --type-body: Inter, Rubik, 'Segoe UI', system-ui, sans-serif;
  --type-scale-ratio: 1.25;
  --type-base-size: 17px;
  /* shape */
  --shape-radius: 4px;
  --shape-border-w: 1px;
  /* space */
  --space-unit: 8px;
  --space-section-y: clamp(3.4rem, 7vw, 6rem);
  /* elev */
  --elev-shadow-1: 0 1px 2px rgba(16,21,29,0.08);
  --elev-shadow-2: 0 24px 50px -24px rgba(16,21,29,0.45);
  /* motion */
  --motion-intensity: lively;
  --motion-duration-base: 220ms;
  --motion-easing: cubic-bezier(0.22, 0.7, 0.24, 1);
}
