@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/inter-latin.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 900;
  font-display: swap;
  src: url("fonts/inter-latin-ext.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 {
  --ink: #17201d;
  --ink-soft: #46504c;
  --muted: #68726e;
  --muted-2: #53615b;
  --line: #dfe5e1;
  --line-strong: #cbd6d0;
  --paper: #f5f7f4;
  --surface: #f6f8f6;
  --surface-2: #edf0ee;
  --white: #fff;
  --forest: #174f3d;
  --forest-2: #0f382b;
  --mint: #dceee5;
  --green-strong: #176142;
  --green-line: #b8dcca;
  --green-bg: #def2e7;
  --green-bg-soft: #edf7f2;
  --amber: #ad6416;
  --amber-strong: #875413;
  --amber-2: #d47436;
  --amber-line: #efd7b8;
  --amber-bg: #fff0db;
  --amber-bg-soft: #fff8ef;
  --red: #9b332d;
  --red-strong: #74251f;
  --red-line: #efc8c2;
  --red-bg: #fde9e6;
  --red-bg-soft: #fff2ef;
  --blue: #3e5198;
  --blue-bg: #e7eaf8;
  --teal: #276079;
  --teal-bg: #dceff5;
  --violet: #5e477f;
  --violet-bg: #eee6f7;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --radius-s: 8px;
  --radius-m: 12px;
  --radius-l: 16px;
  --radius-round: 999px;
  --control-height: 42px;
  --control-height-compact: 35px;
  --control-radius: 8px;
  --text-xs: 11px;
  --text-s: 12px;
  --text-m: 14px;
  --text-l: 16px;
  --text-xl: 22px;
  --line-body: 1.45;
  --shadow: 0 12px 36px rgba(27, 28, 28, 0.08);
  --shadow-lift: 0 16px 44px rgba(27, 28, 28, 0.16);
  --focus-ring: 0 0 0 3px rgba(54, 232, 173, .28);
  --motion-fast: 140ms;
  --motion-base: 200ms;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

:root {
  --weight-section-heading: 675;
  --space-0: 0;
  --space-7: 40px;
  --space-8: 48px;
  --space-anchor-offset: 100px;
  --radius-full: 999px;
  --text-2xl: 28px;
  --line-tight: 1.2;
  --line-body: 1.5;
  --tracking-tight: -0.02em;
  --space-review-findings: 320px;
  --space-review-history: 480px;
}
