/* Sazonao Pop, self-hosted webfonts (latin subset). No external requests. */

/* Inter, normal 400 to 700 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/inter-variable.woff2") format("woff2");
}

/* Playfair Display, normal 500 to 800 */
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/playfair-variable.woff2") format("woff2");
}

/* Playfair Display, italic 500 to 600 */
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500 600;
  font-display: swap;
  src: url("../fonts/playfair-italic-variable.woff2") format("woff2");
}
