/* Практика полета — tokens.css. Сгенерировано из tokens.json. Не править вручную. */
:root, [data-theme="light"] {
  --surface: #ffffff;
  --surface-alt: #e6ebf2;
  --surface-soft: #f5f8fc;
  --surface-raised: #ffffff;
  --surface-brand: #0b1633;
  --on-brand-surface: #ffffff;
  --line: #d3dbe8;
  --line-strong: #8a99b3;
  --ink: #0b1633;
  --text: #39465e;
  --ink-muted: #4a5a75;
  --ink-subtle: #8a99b3;
  --brand: #3b74ff;
  --brand-strong: #2457d6;
  --brand-text: #2457d6;
  --brand-soft: #e8efff;
  --on-brand: #ffffff;
  --accent: #f59e0b;
  --accent-text: #b45309;
  --accent-soft: #fef3e2;
  --success: #22c55e;
  --success-text: #15803d;
  --success-soft: #e7f8ee;
  --danger: #dc2626;
  --danger-soft: #fdecec;
  --overlay-photo: #0b1633b3;
  --focus: #2457d6;
  --shadow-sm: 0 1px 2px #0b163314;
  --shadow-md: 0 8px 24px #0b16331f;
}
[data-theme="dark"] {
  --surface: #0b1633;
  --surface-alt: #121f3d;
  --surface-soft: #10203e;
  --surface-raised: #1a2a4a;
  --surface-brand: #0b1633;
  --on-brand-surface: #ffffff;
  --line: #2b3d5f;
  --line-strong: #4a5a75;
  --ink: #ffffff;
  --text: #c9d3e6;
  --ink-muted: #a8b6cc;
  --ink-subtle: #6b7a95;
  --brand: #3b74ff;
  --brand-strong: #2457d6;
  --brand-text: #8fb0ff;
  --brand-soft: #16295a;
  --on-brand: #ffffff;
  --accent: #f59e0b;
  --accent-text: #fbbf24;
  --accent-soft: #3d2a08;
  --success: #22c55e;
  --success-text: #4ade80;
  --success-soft: #0d3320;
  --danger: #f87171;
  --danger-soft: #3f1414;
  --overlay-photo: #0b1633cc;
  --focus: #8fb0ff;
  --shadow-sm: 0 1px 2px #00000066;
  --shadow-md: 0 8px 24px #00000099;
}
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 999px;
  --container: 1280px;
  --container-wide: 1440px;
  --measure: 720px;
  --gutter: 24px;
  --bp-sm: 640px;
  --bp-md: 768px;
  --bp-lg: 1024px;
  --bp-xl: 1280px;
  --bp-2xl: 1440px;
  --header-height: 72px;
  --route-stroke: 4px;
  --tap-min: 44px;
  --motion-micro: 160ms;
  --motion-component: 220ms;
  --motion-section: 380ms;
  --motion-ease: cubic-bezier(0.2, 0, 0, 1);
  --motion-route-draw: 1200ms;
  --font-display: "Manrope", "Segoe UI", Arial, sans-serif;
  --font-sans: "Inter", "Segoe UI", Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
@font-face { font-family: "Manrope"; src: url("./fonts/manrope-latin-wght-normal.woff2") format("woff2"); font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("./fonts/manrope-cyrillic-wght-normal.woff2") format("woff2"); font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("./fonts/inter-latin-wght-normal.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("./fonts/inter-cyrillic-wght-normal.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
.display { font-family: var(--font-display); font-size: 72px; line-height: 0.95; font-weight: 800; letter-spacing: -0.025em; }
.h1 { font-family: var(--font-display); font-size: 56px; line-height: 1.0; font-weight: 800; letter-spacing: -0.02em; }
.h2 { font-family: var(--font-display); font-size: 40px; line-height: 1.05; font-weight: 800; letter-spacing: -0.015em; }
.h3 { font-family: var(--font-display); font-size: 28px; line-height: 1.15; font-weight: 700; letter-spacing: -0.01em; }
.h4 { font-family: var(--font-display); font-size: 20px; line-height: 1.3; font-weight: 700; letter-spacing: 0; }
.lead { font-family: var(--font-sans); font-size: 20px; line-height: 1.5; font-weight: 400; }
.body { font-family: var(--font-sans); font-size: 16px; line-height: 1.5; font-weight: 400; }
.body-sm { font-family: var(--font-sans); font-size: 14px; line-height: 1.5; font-weight: 400; }
.body-strong { font-family: var(--font-sans); font-size: 16px; line-height: 1.5; font-weight: 600; }
.label { font-family: var(--font-sans); font-size: 12px; line-height: 1.3; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.caption { font-family: var(--font-sans); font-size: 13px; line-height: 1.4; font-weight: 500; }
.button { font-family: var(--font-sans); font-size: 15px; line-height: 1; font-weight: 600; letter-spacing: 0; }
.nav { font-family: var(--font-sans); font-size: 15px; line-height: 1; font-weight: 500; }
.stat { font-family: var(--font-display); font-size: 48px; line-height: 1; font-weight: 800; letter-spacing: -0.02em; }
