/*
 * Local font faces. Used by title font selector in site settings.
 */

@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Henny Penny";
  src: url("../fonts/HennyPenny-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Press Start 2P";
  src: url("../fonts/PressStart2P.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Courier";
  src: url("../fonts/Courier.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
