/* Generated from design tokens. Do not edit; changes are overwritten. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../assets/fonts/inter/inter-latin-wght.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../assets/fonts/inter/inter-latin-ext-wght.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  --color-background: #fbfcfc;
  --color-surface: #f1f2f3;
  --color-border: #cfd1d4;
  --color-text: #14161a;
  --color-muted: #52555b;
  --color-accent: #3a4250;
  --color-link: #3a4250;
  --color-on-accent: #fbfcfc;
  --color-contrast: #1f2733;
  --color-on-contrast: #fbfcfc;
  --color-muted-on-contrast: #929cac;
  --color-contrast-raised: #2e3643;
  --color-gradient-start: #3a4250;
  --color-gradient-end: #2c2533;
  --color-on-gradient: #fbfcfc;
  --font-heading: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --heading-weight: 650;
  --heading-tracking: -0.025em;
  --heading-transform: none;
  --body-weight: 400;
  --leading-body: 1.6;
  --leading-heading: 1.15;
  --text-sm: 0.833rem;
  --text-base: 1rem;
  --text-lg: 1.2rem;
  --text-xl: 1.44rem;
  --text-2xl: clamp(1.25rem, 0.931rem + 1.062vw, 1.728rem);
  --text-3xl: clamp(1.493rem, 1.106rem + 1.29vw, 2.074rem);
  --text-4xl: clamp(1.792rem, 1.327rem + 1.548vw, 2.488rem);
  --space-xs: 0.25rem;
  --space-s: 0.5rem;
  --space-m: 1rem;
  --space-l: 2rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 8rem;
  --radius-s: 0.125rem;
  --radius-m: 0.25rem;
  --radius-l: 0.5rem;
  --radius-button: 0.25rem;
  --shadow-s: none;
  --shadow-m: none;
  --shadow-l: none;
  --border-width: 1px;
  --border-card: 0px;
  --container-width: 56rem;
  --container-narrow: 38.08rem;
  --container-wide: 72.8rem;
  --page-bg: #f1f2f3;
  --page-frame: 0;
  --page-sheet: #fbfcfc;
  --page-header-width: 56rem;
}
