/* GENERATED by Forge from tokens.json. Do not edit by hand — edit tokens.json. */
:root {
  /* color */
  --color-brand: #f05b56;
  --color-brand-alt: #d90700;
  --color-accent: #355d8d;
  --color-surface: #f7f7f8;
  --color-surface-alt: #ebeced;
  --color-ink: #1a1c1e;
  --color-ink-muted: #595e64;
  /* derived */
  --on-brand: #1a1c1e;
  --accent-text-light: #355d8d;
  --accent-text-dark: #6792c6;
  --brand-text-light: #c01711;
  --brand-text-dark: #f0605b;
  /* type */
  --type-display: 'Public Sans', Lato, 'Segoe UI', system-ui, sans-serif;
  --type-body: 'Source Sans 3', Lato, '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);
}
