/* Official Oaxaca en Utah font files. License notices are in this directory. */
@font-face { font-family: Lora; src: url("./lora-variable.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: Lora; src: url("./lora-italic-variable.woff2") format("woff2"); font-style: italic; font-weight: 400 700; font-display: swap; }
@font-face { font-family: Montserrat; src: url("./montserrat-variable.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: Roboto; src: url("./roboto-regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Roboto; src: url("./roboto-italic.woff2") format("woff2"); font-style: italic; font-weight: 400; font-display: swap; }
@font-face { font-family: Roboto; src: url("./roboto-medium.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: Roboto; src: url("./roboto-bold.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Roboto; src: url("./roboto-bold-italic.woff2") format("woff2"); font-style: italic; font-weight: 700; font-display: swap; }
@font-face { font-family: Roboto; src: url("./roboto-black.woff2") format("woff2"); font-style: normal; font-weight: 900; font-display: swap; }

html:root {
  --display: Lora, Georgia, serif;
  --sans: Roboto, "Segoe UI", Arial, sans-serif;
  --navigation: Montserrat, Roboto, Arial, sans-serif;
  --wp--preset--font-family--display: Lora, Georgia, serif;
  --wp--preset--font-family--sans: Roboto, "Segoe UI", Arial, sans-serif;
  --wp--preset--font-family--navigation: Montserrat, Roboto, Arial, sans-serif;
}
body { font-family: var(--sans); }
h1, h2, h3, h4, h5, h6 { font-family: var(--display); }
.desktop-nav, .mobile-menu, .utility-bar, .language-switcher,
.button, button, .eyebrow { font-family: var(--navigation); }
