/* Bebas Neue */
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Thin.ttf") format("truetype"),
    url("../fonts/bebasneue/BebasNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Light.ttf") format("truetype"),
    url("../fonts/bebasneue/BebasNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Book.ttf") format("truetype"),
    url("../fonts/bebasneue/BebasNeue-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Regular.ttf") format("truetype"),
    url("../fonts/bebasneue/BebasNeue-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/BebasNeue-Bold.ttf") format("truetype"),
    url("../fonts/bebasneue/BebasNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Proxima Nova */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_boldit.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_black.ttf") format("truetype"),
    url("../fonts/proximanova/proximanova_black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_blackit.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
