/* Hack: resolved by unifont from the `npm` provider.
 * https://unifont.dev/fonts/Hack
 */

@font-face {
  font-family: "Hack";
  src: url("https://cdn.jsdelivr.net/npm/hack-font@latest/build/web/fonts/hack-regular.woff2?sha=3114f1256") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Hack";
  src: url("https://cdn.jsdelivr.net/npm/hack-font@latest/build/web/fonts/hack-bold.woff2?sha=3114f1256") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Hack";
  src: url("https://cdn.jsdelivr.net/npm/hack-font@latest/build/web/fonts/hack-italic.woff2?sha=3114f1256") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Hack";
  src: url("https://cdn.jsdelivr.net/npm/hack-font@latest/build/web/fonts/hack-bolditalic.woff2?sha=3114f1256") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}
