/* ============================================================
   Royal Glow Essentials — Self-hosted brand fonts
   Cinzel (display / headings) + Glacial Indifference (body)
   Both fonts are licensed under the SIL Open Font License 1.1
   ============================================================ */

/* Cinzel — variable font (weights 400–900) */
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/cinzel/Cinzel-VF.woff2") format("woff2-variations"),
       url("../fonts/cinzel/Cinzel-VF.woff2") format("woff2"),
       url("../fonts/cinzel/Cinzel-VF.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

/* Glacial Indifference — Regular */
@font-face {
  font-family: "Glacial Indifference";
  src: url("../fonts/glacial/GlacialIndifference-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Glacial Indifference — Bold */
@font-face {
  font-family: "Glacial Indifference";
  src: url("../fonts/glacial/GlacialIndifference-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
