/* Eczar (SIL OFL 1.1) - vendored at ../vendor/fonts/eczar/, license there in
   OFL.txt. Used for headings only; body text and buttons stay on the
   BlackBoxDS UI font stack (--bb-font-ui), and monospace elements (e.g. the
   lobby code input) are untouched since they aren't heading tags. */
@font-face {
  font-family: "Eczar";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../vendor/fonts/eczar/eczar-500.woff2") format("woff2");
}
@font-face {
  font-family: "Eczar";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../vendor/fonts/eczar/eczar-700.woff2") format("woff2");
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Eczar", Georgia, "Times New Roman", serif;
}
