/* Local font faces used by the site. */
@font-face {
  font-family: "Quattrocento";
  src: url("../fonts/Quattrocento-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

/* Alias some CSS might use. */
@font-face {
  font-family: "BrittanySignature";
  src: url("../fonts/BrittanySignature.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
