/**
 * Inter from Google Fonts (Webflow export referenced local .woff2 files not shipped).
 */
:root {
  --font-inter: 'Inter', system-ui, -apple-system, sans-serif;
}

body.landing-page,
body.landing-page .landing,
body.landing-page .landing * {
  font-family: var(--font-inter) !important;
}

/* Webflow @font-face files are not in the export; avoid 404 on ../fonts/*.woff2 */
@font-face {
  font-family: 'Inter 18pt';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: local('Inter');
}
