@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/en/assets/fonts/manrope-latin-400-800.woff2") format("woff2");
}

:root {
  --font-en:
    "Manrope",
    Arial,
    sans-serif;

  --font-en-mono:
    "IBM Plex Mono",
    Consolas,
    monospace;

  --font-en-editorial:
    "Source Serif 4",
    Georgia,
    serif;
}

html[lang="en"],
html[lang="en"] body {
  font-family: var(--font-en);
  font-synthesis: none;
}
