/* UM Sans 1.2 Production - SIL OFL 1.1 - ULTIMA MILLA S.A. */

@font-face {
  font-family: "UM Sans";
  src: url("/fonts/um-sans/UMSans-Variable-LatinCore.woff2?v=1.2.0") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2113, U+2122, U+2190-21FF, U+2212, U+25A0-25FF, U+FB00-FB06;
}

@font-face {
  font-family: "UM Sans";
  src: url("/fonts/um-sans/UMSans-VariableItalic-LatinCore.woff2?v=1.2.0") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2113, U+2122, U+2190-21FF, U+2212, U+25A0-25FF, U+FB00-FB06;
}

@font-face {
  font-family: "UM Sans Fallback";
  src: local("Arial");
  size-adjust: 112.33%;
  ascent-override: 86.24%;
  descent-override: 21.47%;
  line-gap-override: 0%;
}

:root {
  --um-font-editorial: "UM Sans", "UM Sans Fallback", Arial, system-ui, sans-serif;
  --um-font-logo: "Futura PT", Futura, Arial, sans-serif;
}

html {
  font-family: var(--um-font-editorial);
  font-optical-sizing: auto;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
