/**
 * Brand headings prefer Zachar, then Cinzel as the loaded fallback.
 * To enable Zachar, add licensed files to assets/fonts/ and restore the @font-face block below:
 *   Zachar-Regular.woff2, Zachar-Regular.woff
 */

/* @font-face {
  font-family: "Zachar";
  src:
    url("../fonts/Zachar-Regular.woff2") format("woff2"),
    url("../fonts/Zachar-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */
