/* ************************************************************
// 100	Thin (Hairline)
// 200	Extra Light (Ultra Light)
// 300	Light
// 400	Normal (Regular)
// 500	Medium
// 600	Semi Bold (Demi Bold)
// 700	Bold
// 800	Extra Bold (Ultra Bold)
// 900	Black (Heavy)
// 950	Extra Black (Ultra Black)
************************************************************ */


/* ************************************************************
// FOUNDERS GROTESK
************************************************************ */
/* @font-face {
  font-family: "FoundersGrotesk";
  src: url("./FoundersGrotesk/FoundersGrotesk Light 300.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "FoundersGrotesk";
  src: url("./FoundersGrotesk/FoundersGrotesk 400.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
} */

@font-face {
  font-family: "FoundersGrotesk";
  src: url("./FoundersGrotesk/founders-grotesk-medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "FoundersGrotesk";
  src: url("./FoundersGrotesk/founders-grotesk-semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "FoundersGrotesk";
  src: url("./FoundersGrotesk/founders-grotesk-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}