/*
 * Landing.lt typography foundation
 *
 * Inter variable files are locally hosted and include Latin Extended glyphs
 * required by Lithuanian. Component-level CSS keeps the established visual
 * hierarchy; these tokens define the shared family and weight scale.
 */
@font-face {
  font-family: Inter;
  src: url("/_next/static/media/inter-latin-extended-variable.dfa9f6e36954.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/_next/static/media/inter-latin-extended-variable-italic.1a32b023f6d4.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-serif-editorial: Georgia, "Times New Roman", serif;

  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;

}

html,
body,
button,
input,
optgroup,
select,
textarea {
  font-family: var(--font-sans);
}

html {
  font-optical-sizing: auto;
  font-synthesis: none;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

/*
 * Next.js' exported 404 fallback carries an inline system-font declaration.
 * Keep its compact error layout, but use the same typeface as the site.
 */
body > div[style*="font-family:system-ui"] {
  font-family: var(--font-sans) !important;
  font-synthesis: none;
}
