@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  src: url("../fonts/manrope/manrope-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;
}

@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  src: url("../fonts/manrope/manrope-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;
}

:root {
  --color-brand: #0b6b57;
  --color-brand-hover: #075844;
  --color-brand-active: #06483a;
  --color-brand-soft: #eaf5f1;
  --color-accent: #f26b38;
  --color-accent-hover: #d95123;
  --color-accent-soft: #fff0e8;
  --color-text: #17201e;
  --color-text-muted: #5e6b67;
  --color-text-subtle: #78837f;
  --color-background: #f7f8f6;
  --color-surface: #ffffff;
  --color-surface-muted: #f0f3f1;
  --color-border: #dce3df;
  --color-border-strong: #b8c5c0;
  --color-success: #167a45;
  --color-success-soft: #e9f7ef;
  --color-warning: #a85400;
  --color-warning-soft: #fff5df;
  --color-error: #b42318;
  --color-error-soft: #fff0ee;
  --color-focus: #f26b38;

  --font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: clamp(1.5rem, 1.25rem + 1vw, 2rem);
  --font-size-3xl: clamp(1.875rem, 1.45rem + 1.8vw, 2.75rem);
  --font-size-4xl: clamp(2.25rem, 1.6rem + 2.7vw, 3.75rem);
  --line-height-tight: 1.14;
  --line-height-heading: 1.24;
  --line-height-base: 1.6;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;

  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 1rem;
  --radius-pill: 999px;

  --shadow-sm: 0 0.25rem 0.8rem rgb(23 32 30 / 7%);
  --shadow-md: 0 0.9rem 2.5rem rgb(23 32 30 / 12%);
  --shadow-focus: 0 0 0 0.2rem rgb(242 107 56 / 28%);

  --container: 80rem;
  --content: 52rem;
  --control-height: 3rem;
  --header-layer: 100;
  --overlay-layer: 200;

  --breakpoint-sm: 30rem;
  --breakpoint-md: 48rem;
  --breakpoint-lg: 64rem;
  --breakpoint-xl: 80rem;
}

