@font-face {
  font-family: "Source Serif 4";
  src: url("/brand/fonts/source-serif-4-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: oklch(95.8% 0.027 154);
  --panel: oklch(99% 0.012 82);
  --panel-strong: oklch(98.8% 0.013 82);
  --panel-muted: oklch(96.2% 0.018 154);
  --ink: oklch(24% 0.025 176);
  --muted: oklch(43% 0.027 176);
  --line: oklch(24% 0.025 176 / 0.12);
  --line-subtle: oklch(24% 0.025 176 / 0.08);
  --line-strong: oklch(82% 0.024 154);
  --accent: oklch(43% 0.09 174);
  --accent-deep: oklch(31% 0.075 174);
  --accent-line: oklch(31% 0.075 174 / 0.24);
  --on-accent: oklch(99% 0.012 82);
  --focus: oklch(38% 0.105 174);
  --success: oklch(39% 0.09 155);
  --success-soft: oklch(94% 0.036 155);
  --warning: oklch(43% 0.105 70);
  --warning-soft: oklch(94% 0.04 78);
  --danger: oklch(42% 0.14 28);
  --danger-soft: oklch(94% 0.038 28);
  --info: oklch(40% 0.105 246);
  --info-soft: oklch(94% 0.032 246);
  --graph-canvas: oklch(94% 0.026 82);
  --graph-surface: oklch(98.5% 0.012 82);
  --graph-line: oklch(82% 0.022 82);
  --graph-axis: oklch(64% 0.026 82);
  --graph-guide: oklch(84% 0.02 82);
  --graph-paper: oklch(98% 0.018 82 / 0.82);
  --forest: oklch(47% 0.105 174);
  --sage: oklch(91% 0.035 164);
  --mint: oklch(94.5% 0.035 160);
  --disc-d: oklch(50% 0.145 34);
  --disc-i: oklch(58% 0.13 67);
  --disc-s: oklch(47% 0.105 161);
  --disc-c: oklch(45% 0.105 246);
  --disc-d-strong: oklch(39% 0.13 34);
  --disc-i-strong: oklch(37% 0.09 67);
  --disc-s-strong: oklch(36% 0.085 161);
  --disc-c-strong: oklch(37% 0.085 246);
  --disc-d-soft: oklch(92.5% 0.045 37);
  --disc-i-soft: oklch(92% 0.058 82);
  --disc-s-soft: oklch(93.5% 0.04 160);
  --disc-c-soft: oklch(93% 0.034 244);
  --surface-translucent: oklch(99% 0.012 82 / 0.78);
  --surface-translucent-soft: oklch(99% 0.012 82 / 0.64);
  --surface-translucent-strong: oklch(99% 0.012 82 / 0.94);
  --shadow: 0 24px 80px oklch(31% 0.075 174 / 0.13);
  --shadow-soft: 0 14px 34px oklch(31% 0.03 82 / 0.08);
  --space-3xs: 4px;
  --space-2xs: 8px;
  --space-xs: 12px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 64px;
  --space-3xl: 96px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --z-base: 0;
  --z-sticky: 20;
  --z-dropdown: 30;
  --z-modal-backdrop: 40;
  --z-modal: 50;
  --z-toast: 60;
  --z-tooltip: 70;
  --font-body: "Aptos", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-display: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --text-xs: 0.875rem;
  --text-sm: 0.9375rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: 1.875rem;
  --text-3xl: clamp(2.25rem, 4vw, 2.75rem);
  --text-4xl: clamp(3rem, 5.8vw, 3.8rem);
  --leading-tight: 1.08;
  --leading-title: 1.14;
  --leading-body: 1.62;
  --leading-compact: 1.38;
  --motion-press: 140ms;
  --motion-state: 180ms;
  --motion-view: 220ms;
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
}
