/**
 * Archiv Grotesk Font Family
 * Usage: <link rel="stylesheet" href="https://your-project.web.app/archiv-grotesk.css">
 * Credit to Tomas Clarkson with https://plusminus.studio/ for this AMAZING font.
 * Findable at https://www.behance.net/gallery/84437489/Free-Archive-Grotesk-Sans-Serif-Font
 */

@font-face {
  font-family: "Archiv Grotesk";
  src: url("/fonts/woff2/ArchivGrotesk-Hairline.woff2") format("woff2"),
    url("/fonts/woff/ArchivGrotesk-Hairline.woff") format("woff"),
    url("/fonts/otf/ArchivGrotesk-Hairline.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archiv Grotesk";
  src: url("/fonts/woff2/ArchivGrotesk-Light.woff2") format("woff2"),
    url("/fonts/woff/ArchivGrotesk-Light.woff") format("woff"),
    url("/fonts/otf/ArchivGrotesk-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archiv Grotesk";
  src: url("/fonts/woff2/ArchivGrotesk-Regular.woff2") format("woff2"),
    url("/fonts/woff/ArchivGrotesk-Regular.woff") format("woff"),
    url("/fonts/otf/ArchivGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archiv Grotesk";
  src: url("/fonts/woff2/ArchivGrotesk-Normal.woff2") format("woff2"),
    url("/fonts/woff/ArchivGrotesk-Normal.woff") format("woff"),
    url("/fonts/otf/ArchivGrotesk-Normal.otf") format("opentype");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archiv Grotesk";
  src: url("/fonts/woff2/ArchivGrotesk-SemiBold.woff2") format("woff2"),
    url("/fonts/woff/ArchivGrotesk-SemiBold.woff") format("woff"),
    url("/fonts/otf/ArchivGrotesk-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archiv Grotesk";
  src: url("/fonts/woff2/ArchivGrotesk-Bold.woff2") format("woff2"),
    url("/fonts/woff/ArchivGrotesk-Bold.woff") format("woff"),
    url("/fonts/otf/ArchivGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
