/* ППкафе · учёт — общие токены. Значения из утверждённого эталона. Не менять без согласования. */
@font-face{font-family:'Golos Text';font-weight:400;font-display:swap;src:url(fonts/GolosText-400-cyrillic.woff2) format('woff2');unicode-range:U+0400-04FF}
@font-face{font-family:'Golos Text';font-weight:400;font-display:swap;src:url(fonts/GolosText-400-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+2000-206F,U+20A0-20CF}
@font-face{font-family:'Golos Text';font-weight:600;font-display:swap;src:url(fonts/GolosText-600-cyrillic.woff2) format('woff2');unicode-range:U+0400-04FF}
@font-face{font-family:'Golos Text';font-weight:600;font-display:swap;src:url(fonts/GolosText-600-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+2000-206F,U+20A0-20CF}
@font-face{font-family:'Golos Text';font-weight:700;font-display:swap;src:url(fonts/GolosText-700-cyrillic.woff2) format('woff2');unicode-range:U+0400-04FF}
@font-face{font-family:'Golos Text';font-weight:700;font-display:swap;src:url(fonts/GolosText-700-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+2000-206F,U+20A0-20CF}
@font-face{font-family:'Golos Text';font-weight:800;font-display:swap;src:url(fonts/GolosText-800-cyrillic.woff2) format('woff2');unicode-range:U+0400-04FF}
@font-face{font-family:'Golos Text';font-weight:800;font-display:swap;src:url(fonts/GolosText-800-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+2000-206F,U+20A0-20CF}
:root{
  --bg:#f4f4ef; --card:#ffffff; --line:#e6e8e3; --line-2:#eef0eb; --line-3:#dfe2dc;
  --ink:#1c2b22; --ink-2:#3d4a43; --muted:#6b7270; --muted-2:#8a918c; --ghost:#c5c9c2;
  --green:#1f4a33; --green-2:#2e7d4a; --green-soft:#eef5f0; --bar:#cfe3d5;
  --orange:#f07c2a; --orange-soft:#fdebdd; --orange-ink:#a8531a;
  --amber:#b8860b; --amber-soft:#fbf3dc; --grey-soft:#eceee9;
  --tg:#1d5a94; --tg-soft:#dceaf8; --lime:#b8e94a;
  --r-card:18px; --r-btn:22px; --r-chip:10px; --r-nav:12px;
  --font:'Golos Text',system-ui,-apple-system,sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}
.tnum{font-variant-numeric:tabular-nums}
