/* Bounded Font - Variable Font */
@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-Variable.woff2") format("woff2 supports variations"),
       url("/fonts/Bounded-Variable.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-display: swap;
}

/* Bounded Regular */
@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-Regular.woff2") format("woff2"),
       url("/fonts/Bounded-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

/* Bounded Black */
@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-Black.woff2") format("woff2"),
       url("/fonts/Bounded-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}

/* Bounded ExtraLight */
@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-ExtraLight.woff2") format("woff2"),
       url("/fonts/Bounded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
