@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-cyrillic-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

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

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

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  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 {
  --mshp-blue: #002d74;
  --mshp-blue-deep: #10233f;
  --mshp-sky: #00a0df;
  --mshp-sky-dark: #0082ca;
  --mshp-yellow: #ffc622;

  --mshp-paper: #ffffff;
  --mshp-surface: #f5fbff;
  --mshp-surface-2: #eef8fd;
  --mshp-surface-3: #e8f7fe;

  --mshp-line: #d8e9f4;
  --mshp-line-strong: #b9dbea;
  --mshp-text: #002d74;
  --mshp-text-body: #1d2c39;
  --mshp-muted: #5c6b7d;
  --mshp-muted-strong: #536575;

  --mshp-success: #00a987;
  --mshp-warning: #ff8300;
  --mshp-danger: #e04130;

  --radius-xs: 8px;
  --radius-sm: 10px;
  --radius-md: 12px;
  --radius-lg: 14px;
  --radius-xl: 16px;
  --radius-2xl: 18px;
  --radius-pill: 999px;

  --shadow-sm: 0 4px 8px rgba(0, 45, 116, 0.08);
  --shadow-md: 0 14px 30px rgba(0, 45, 116, 0.10);
  --shadow-lg: 0 20px 42px rgba(0, 45, 116, 0.18);

  --focus-ring: 0 0 0 3px rgba(0, 160, 223, 0.16);
  --transition-fast: 120ms ease;
  --transition-base: 180ms ease;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;

  --font-sans: "DIN 2014 Rounded", "Nunito", Arial, system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;

  --color-button-primary: var(--mshp-sky);
  --color-button-primary-hover: var(--mshp-sky-dark);
  --color-card-bg: var(--mshp-paper);
  --color-progress-done: var(--mshp-sky);
  --color-bg: var(--mshp-surface);
  --color-header-bg: var(--mshp-paper);
}
