@font-face {
  font-family: "Aeonik";
  src: url("./static/fonts/Aeonik/Aeonik-Air.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("./static/fonts/Aeonik/Aeonik-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("./static/fonts/Aeonik/Aeonik-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("./static/fonts/Aeonik/Aeonik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("./static/fonts/Aeonik/Aeonik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("./static/fonts/Aeonik/Aeonik-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url("./static/fonts/Aeonik/Aeonik-Black.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* MotivaSans */
@font-face {
  font-family: "MotivaSans";
  src: url("./static/fonts/Motivasan/MotivaSansThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MotivaSans";
  src: url("./static/fonts/Motivasan/MotivaSansLight.woff.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MotivaSans";
  src: url("./static/fonts/Motivasan/MotivaSansRegular.woff.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MotivaSans";
  src: url("./static/fonts/Motivasan/MotivaSansMedium.woff.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MotivaSans";
  src: url("./static/fonts/Motivasan/MotivaSansBold.woff.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MotivaSans";
  src: url("./static/fonts/Motivasan/MotivaSansExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MotivaSans";
  src: url("./static/fonts/Motivasan/MotivaSansBlack.woff.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Chewy */
@font-face {
  font-family: "Chewy";
  src: url("./static/fonts/Chewy/Chewy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* American Typewriter */
@font-face {
  font-family: "American Typewriter";
  src: url("./static/fonts/American-Typewriter/american-typewriter-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "American Typewriter";
  src: url("./static/fonts/American-Typewriter/american-typewriter-std-med.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "American Typewriter";
  src: url("./static/fonts/American-Typewriter/american-typewriter-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "American Typewriter";
  src: url("./static/fonts/American-Typewriter/american-typewriter-bq-bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "American Typewriter Condensed";
  src: url("./static/fonts/American-Typewriter/american-typewriter-condensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "American Typewriter Condensed";
  src: url("./static/fonts/American-Typewriter/american-typewriter-condensed-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "American Typewriter Condensed";
  src: url("./static/fonts/American-Typewriter/american-typewriter-condensed-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}