@font-face {
  font-family: "Apple Garamond";
  src: url("./AppleGaramond-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Apple Garamond";
  src: url("./AppleGaramond-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: "Apple Garamond";
  src: url("./AppleGaramond.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Apple Garamond";
  src: url("./AppleGaramond-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: "Apple Garamond";
  src: url("./AppleGaramond-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Apple Garamond";
  src: url("./AppleGaramond-LightItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: "Kabel LT Std Black";
  src: url("./KabelLTStd-Black.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  text-rendering: unset;
}

/*
  Note: Yes this is the same font as above. Just redeclaring the font-face to;
  override any misuse of bold with this font so that it displays the same
  regardless. It's bold either way.
*/
@font-face {
  font-family: "Kabel LT Std Black";
  src: url("./KabelLTStd-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  text-rendering: unset;
}

@font-face {
  font-family: "Inter";
  src: url("./Inter-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  size-adjust: 94%;
}

@font-face {
  font-family: "Inter";
  src: url("./Inter-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  size-adjust: 94%;
}
