@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-latin-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/inter-latin-800.woff2') format('woff2');
}
:root {
  --font-display: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  --display-weight: 800;
  --display-tracking: -0.02em;
  --color-primary: #1d4ed8;
  --color-primary-ink: #ffffff;
  --color-accent: #4f46e5;
  --color-ink: #1a2333;
  --color-heading: #131c2c;
  --color-muted: #4a5568;
  --color-surface: #ffffff;
  --color-surface-alt: #f4f6fb;
  --color-card-bg: #ffffff;
  --color-border: #e3e8f0;
  --color-header-bg: #ffffff;
  --color-header-ink: #1a2333;
  --color-hero-bg: #f4f6fb;
  --color-hero-ink: #131c2c;
  --color-band-bg: #131c2c;
  --color-band-ink: #ffffff;
  --color-footer-bg: #10182b;
  --color-footer-ink: #c6cfdf;
  --color-star: #f5a623;
  --radius: 16px;
  --radius-btn: 10px;
  --max-width: 72rem;
}