/* Local (vendored) fonts — no network required after first install of these files */

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

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

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./Cinzel-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./CormorantGaramond-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./CormorantGaramond-600-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./CormorantGaramond-italic-400-latin.woff2") format("woff2");
}

/* Used for Heart Sutra atlas on the player scroll */
@font-face {
  font-family: "Noto Serif Tibetan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./NotoSerifTibetan.woff2") format("woff2");
}

/* Alias so canvas code can ask for either name */
@font-face {
  font-family: "Noto Sans Tibetan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./NotoSerifTibetan.woff2") format("woff2");
}
