/* Shared visual language used by the landing page and course. */
/* Inter: cyrillic. SIL Open Font License 1.1; see assets/fonts/. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/inter-cyrillic-wght.woff2?v=5418249e55) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Inter: latin-ext. SIL Open Font License 1.1; see assets/fonts/. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/inter-latin-ext-wght.woff2?v=5418249e55) 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;
}

/* Inter: latin. SIL Open Font License 1.1; see assets/fonts/. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/inter-latin-wght.woff2?v=5418249e55) 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;
}

/* Oswald: cyrillic. SIL Open Font License 1.1; see assets/fonts/. */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(/assets/fonts/oswald-cyrillic-wght.woff2?v=5418249e55) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Oswald: latin-ext. SIL Open Font License 1.1; see assets/fonts/. */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(/assets/fonts/oswald-latin-ext-wght.woff2?v=5418249e55) 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;
}

/* Oswald: latin. SIL Open Font License 1.1; see assets/fonts/. */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(/assets/fonts/oswald-latin-wght.woff2?v=5418249e55) 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 {
  --mv-bg: #101114;
  --mv-surface: #191a1f;
  --mv-surface-raised: #22232a;
  --mv-text: #f5f1ea;
  --mv-text-secondary: #b9b8bd;
  --mv-text-muted: #96959e;
  --mv-border: #36363e;
  --mv-accent: #ff2d55;
  --mv-accent-hover: #ff5475;
  --mv-on-accent: #101114;
  --mv-accent-tint: #361b26;
  --mv-success: #94d3b6;
  --mv-success-tint: #192b25;
  --mv-error: #f0a0aa;
  --mv-error-tint: #321e27;
  --mv-focus: #f5f1ea;

  --mv-display: 'Oswald', 'Arial Narrow', sans-serif;
  --mv-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mv-text-size: 16px;
  --mv-reading-size: 19px;
  --mv-reading-leading: 1.7;
  --mv-reading-width: 66ch;
  --mv-label-size: 11px;

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

  --mv-radius-control: 8px;
  --mv-radius-surface: 12px;
  --mv-control-height: 48px;
  --mv-page-width: 1200px;
  --mv-motion: 160ms ease;
}
