/*
 * Self-hosted brand fonts — Google Fonts SIL OFL
 * Outfit · League Gothic · Poppins · Playfair Display
 */

@font-face {
  font-display: block;
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  src: url(/theme/fonts/outfit-regular.woff2) format("woff2");
}

@font-face {
  font-display: block;
  font-family: League Gothic;
  font-style: normal;
  font-weight: 400;
  src: url(/theme/fonts/league-gothic-regular.woff2) format("woff2");
}

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

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

@font-face {
  font-display: block;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: url(/theme/fonts/poppins-bold.woff2) format("woff2");
}

@font-face {
  font-display: block;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url(/theme/fonts/playfair-display-regular.woff2) format("woff2");
}

/* Moment / enquiry hero: keep the viewport black while fonts load (no white flash). */
html.fonts-loading:has(main .syitm section.section.section--hero#top) {
  background: #000;
}
