@font-face { font-family:'Manrope'; font-style:normal; font-weight:400; font-display:swap; src:url(../fonts/manrope/manrope-latin-400-normal.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:'Manrope'; font-style:normal; font-weight:400; font-display:swap; src:url(../fonts/manrope/manrope-cyrillic-400-normal.woff2) format('woff2'); unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family:'Manrope'; font-style:normal; font-weight:700; font-display:swap; src:url(../fonts/manrope/manrope-latin-700-normal.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:'Manrope'; font-style:normal; font-weight:700; font-display:swap; src:url(../fonts/manrope/manrope-cyrillic-700-normal.woff2) format('woff2'); unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }

:root {
    --font:'Manrope', system-ui, -apple-system, "Segoe UI", sans-serif;
    --bg:#f6f7f9; --card:#fff; --text:#222; --muted:#6c6c6c; --line:#e4e7ec;
    --brand:#027754; --brand-900:#013324; --brand-200:#a9dcc5; --brand-50:#e3f4ec;
    --highlight-50:#fff4c2; --highlight-900:#5c4a00;
    --bad:#b42318; --bad-50:#fee4e2;
    --kommo:#5b3fd1; --kommo-50:#efebff; --amocrm:#0c6aa8; --amocrm-50:#e3f1fb;
    --line-strong:#cdd2df; --subtle:#a6aab5; --hover:#f1f3f7;
    --radius:8px; --radius-sm:6px;
    --ease:cubic-bezier(.2,.8,.2,1); --duration:180ms;
    --shadow:0 2px 8px rgba(31,35,49,.045),0 14px 30px rgba(31,35,49,.025);
    --shadow-pop:0 16px 34px rgba(31,35,49,.14);
}
