/*
 * The supplied OTF/TTF files are used during the static phase.
 * Convert approved production fonts to WOFF2 before final optimization.
 * Poppins is self-hosted from the approved open-source font files.
 */

@font-face {
  font-family: "Hoss Round";
  src: url("../../src/assets/fonts/hoss-round/hoss-round-light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Hoss Round";
  src: url("../../src/assets/fonts/hoss-round/hoss-round-regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Hoss Round";
  src: url("../../src/assets/fonts/hoss-round/hoss-round-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Hoss Round";
  src: url("../../src/assets/fonts/hoss-round/hoss-round-medium-italic.otf") format("opentype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Hoss Round";
  src: url("../../src/assets/fonts/hoss-round/hoss-round-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Hoss Round";
  src: url("../../src/assets/fonts/hoss-round/hoss-round-black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Pacifico";
  src: url("../../src/assets/fonts/pacifico/pacifico-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Caveat";
  src: url("../../src/assets/fonts/caveat/caveat-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../src/assets/fonts/poppins/poppins-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../src/assets/fonts/poppins/poppins-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
