@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.025em;
  --color-primary: #0f766e;
  --color-primary-ink: #ffffff;
  --color-accent: #0e7490;
  --color-ink: #1c2b2a;
  --color-heading: #132220;
  --color-muted: #51625f;
  --color-surface: #ffffff;
  --color-surface-alt: #f0f7f6;
  --color-card-bg: #ffffff;
  --color-border: #dcE8e6;
  --color-header-bg: #ffffff;
  --color-header-ink: #1c2b2a;
  --color-hero-bg: #f0f7f6;
  --color-hero-ink: #132220;
  --color-band-bg: #0f766e;
  --color-band-ink: #ffffff;
  --color-footer-bg: #132220;
  --color-footer-ink: #b7c9c6;
  --color-star: #f5a623;
  --radius: 16px;
  --radius-btn: 12px;
  --max-width: 70rem;
}