/* Founders Grotesk Regular */
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/founders-grotesk/FoundersGroteskWeb-Regular.woff2")
      format("woff2"),
    url("../fonts/founders-grotesk/FoundersGroteskWeb-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/founders-grotesk/FoundersGroteskWeb-Light.woff2")
      format("woff2"),
    url("../fonts/founders-grotesk/FoundersGroteskWeb-Light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/founders-grotesk/FoundersGroteskWeb-Medium.woff2")
      format("woff2"),
    url("../fonts/founders-grotesk/FoundersGroteskWeb-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Founders Grotesk";
  src: url("../fonts/founders-grotesk/FoundersGroteskWeb-Bold.woff2")
      format("woff2"),
    url("../fonts/founders-grotesk/FoundersGroteskWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
