
/* Regular */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Rg.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-It.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Md.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Md-It.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Md-It.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Semibold */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Smbd.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Smbd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Semibold Italic */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Smbd-It.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Smbd-It.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Bd.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Bd-It.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Bd-It.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Extra Bold */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Xbd.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Xbd.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold Italic */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Xbd-It.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Xbd-It.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Blk.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Blk.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: "Behind The Nineties";
  src: url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Blk-It.woff2") format("woff2"),
       url("/assets/fonts/behind-the-nineties/Behind-The-Nineties-Blk-It.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}