/* DigiHub identity v1.0 — shared source for the website and client portal. */
@font-face {
  font-family: Manrope;
  src: url("./fonts/Manrope-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("./fonts/GolosText-variable.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-ink: #171d1a;
  --color-surface: #222b25;
  --color-paper: #f2f3eb;
  --color-signal: #d5f66a;
  --color-muted: #a8b5a9;
  --color-forest: #526557;
  --color-line: #3a493e;
  --color-error: #ffb4ab;
  --color-warning: #f2d38b;
  --color-success: #a2d7bc;
  --font-display: Manrope, Arial, sans-serif;
  --font-body: "Golos Text", Arial, sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --space-32: 128px;
  --radius-control: 6px;
  --radius-panel: 12px;
  --motion-fast: 160ms;
  --motion-base: 280ms;
  --motion-reveal: 700ms;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}
