/* Light */
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 200;
  font-style: normal;
  src:
    url("/marcom/static/fonts/FoundersGroteskWeb-Light.woff2") format("woff2"),
    url("/marcom/static/fonts/FoundersGroteskWeb-Light.woff") format("woff"),
    url("/marcom/static/fonts/FoundersGroteskWeb-Light.eot") format("eot");
}

/* Light Italic */
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 200;
  font-style: italic;
  src:
    url("/marcom/static/fonts/FoundersGroteskWeb-LightItalic.woff2") format("woff2"),
    url("/marcom/static/fonts/FoundersGroteskWeb-LightItalic.woff") format("woff"),
    url("/marcom/static/fonts/FoundersGroteskWeb-LightItalic.eot") format("eot");
}

/* Regular */
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 400;
  font-style: normal;
  src:
    url("/marcom/static/fonts/FoundersGroteskWeb-Regular.woff2") format("woff2"),
    url("/marcom/static/fonts/FoundersGroteskWeb-Regular.woff") format("woff"),
    url("/marcom/static/fonts/FoundersGroteskWeb-Regular.eot") format("eot");
}

/* Regular Italic */
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 400;
  font-style: italic;
  src:
    url("/marcom/static/fonts/FoundersGroteskWeb-RegularItalic.woff2") format("woff2"),
    url("/marcom/static/fonts/FoundersGroteskWeb-RegularItalic.woff") format("woff"),
    url("/marcom/static/fonts/FoundersGroteskWeb-RegularItalic.eot") format("eot");
}

/* Medium */
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 500;
  font-style: normal;
  src:
    url("/marcom/static/fonts/FoundersGroteskWeb-Medium.woff2") format("woff2"),
    url("/marcom/static/fonts/FoundersGroteskWeb-Medium.woff") format("woff"),
    url("/marcom/static/fonts/FoundersGroteskWeb-Medium.eot") format("eot");
}

/* Medium Italic */
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 500;
  font-style: italic;
  src:
    url("/marcom/static/fonts/FoundersGroteskWeb-MediumItalic.woff2") format("woff2"),
    url("/marcom/static/fonts/FoundersGroteskWeb-MediumItalic.woff") format("woff"),
    url("/marcom/static/fonts/FoundersGroteskWeb-MediumItalic.eot") format("eot");
}

/* Semibold */
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 600;
  font-style: normal;
  src:
    url("/marcom/static/fonts/FoundersGroteskWeb-Semibold.woff2") format("woff2"),
    url("/marcom/static/fonts/FoundersGroteskWeb-Semibold.woff") format("woff"),
    url("/marcom/static/fonts/FoundersGroteskWeb-Semibold.eot") format("eot");
}

/* Semibold Italic */
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 600;
  font-style: italic;
  src:
    url("/marcom/static/fonts/FoundersGroteskWeb-SemiboldItalic.woff2") format("woff2"),
    url("/marcom/static/fonts/FoundersGroteskWeb-SemiboldItalic.woff") format("woff"),
    url("/marcom/static/fonts/FoundersGroteskWeb-SemiboldItalic.eot") format("eot");
}

/* Bold */
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 700;
  font-style: normal;
  src:
    url("/marcom/static/fonts/FoundersGroteskWeb-Bold.woff2") format("woff2"),
    url("/marcom/static/fonts/FoundersGroteskWeb-Bold.woff") format("woff"),
    url("/marcom/static/fonts/FoundersGroteskWeb-Bold.eot") format("eot");
}

/* Bold Italic */
@font-face {
  font-family: "Founders Grotesk";
  font-weight: 700;
  font-style: italic;
  src:
    url("/marcom/static/fonts/FoundersGroteskWeb-BoldItalic.woff2") format("woff2"),
    url("/marcom/static/fonts/FoundersGroteskWeb-BoldItalic.woff") format("woff"),
    url("/marcom/static/fonts/FoundersGroteskWeb-BoldItalic.eot") format("eot");
}