/* Emblem – display headings */
@font-face {
  font-family: "Emblem";
  src: url("/assets/fonts/Emblem-Regular.woff2") format("woff2"),
       url("/assets/fonts/Emblem-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
