/*
 * Self-hosted webfonts (Lora + Poppins), served from this theme instead of
 * Google Fonts' CDN — avoids sending visitors' IP addresses to Google.
 * License: SIL Open Font License 1.1 — see assets/fonts/LICENSE.txt
 */

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Variable.woff2") format("woff2-variations"),
       url("../fonts/Lora-Variable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Italic-Variable.woff2") format("woff2-variations"),
       url("../fonts/Lora-Italic-Variable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
