/* Hand Originals — self-hosted display font */
@font-face {
  font-family: "Hand Originals";
  src: url("/fonts/hand-originals.woff") format("woff"),
       url("/fonts/hand-originals.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* The Hand Bold — self-hosted display font */
@font-face {
  font-family: "The Hand Bold";
  src: url("/fonts/the-hand-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
