/* Clear Sans Webfont */
@font-face {
  font-family: "ClearSansWeb";
  src: url(/static/assets/fonts/ClearSans/ClearSans-Regular-webfont.eot);
  src: url(/static/assets/fonts/ClearSans/ClearSans-Regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(/static/assets/fonts/ClearSans/ClearSans-Regular-webfont.woff) format("woff"),
    url(/static/assets/fonts/ClearSans/ClearSans-Regular-webfont.ttf) format("truetype"),
    url(/static/assets/fonts/ClearSans/ClearSans-Regular-webfont.svg#ClearSansWeb) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ClearSansWeb";
  src: url(/static/assets/fonts/ClearSans/ClearSans-Bold-webfont.eot);
  src: url(/static/assets/fonts/ClearSans/ClearSans-Bold-webfont.eot?#iefix) format("embedded-opentype"),
    url(/static/assets/fonts/ClearSans/ClearSans-Bold-webfont.woff) format("woff"),
    url(/static/assets/fonts/ClearSans/ClearSans-Bold-webfont.ttf) format("truetype"),
    url(/static/assets/fonts/ClearSans/ClearSans-Bold-webfont.svg#ClearSansWeb) format("svg");
  font-weight: 700;
  font-style: normal;
}

/* Inter Webfont */
@font-face {
  font-family: "Inter";
  src: url(/static/assets/fonts/Inter/Inter_18pt-Regular.eot);
  src: url(/static/assets/fonts/Inter/Inter_18pt-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/static/assets/fonts/Inter/Inter_18pt-Bold.eot);
  src: url(/static/assets/fonts/Inter/Inter_18pt-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
