/*
 * Fonts are loaded from Kyle's existing GitHub Pages asset host.
 * Later, these URLs can be changed to local files inside the theme.
 */
@font-face {
  font-family: "Uni Neue";
  src: url("https://kylethale.github.io/assets/UniNeueBook.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Uni Neue";
  src: url("https://kylethale.github.io/assets/UniNeueRegular.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Uni Neue";
  src: url("https://kylethale.github.io/assets/UniNeueBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
