/* Self-hosted copies of production's latin variable fonts.
   Same woff2 serves 400/600/700; the browser picks the wght axis. */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/lora-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("../fonts/lora-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: optional;
  src: url("../fonts/open-sans-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: optional;
  src: url("../fonts/open-sans-latin-variable-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: optional;
  src: url("../fonts/open-sans-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: optional;
  src: url("../fonts/open-sans-latin-variable-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: optional;
  src: url("../fonts/open-sans-latin-variable.woff2") format("woff2");
}
