@font-face {
  font-family: 'Roboto Slab';
  src: url("/fonts/RobotoSlab-VariableFont_wght.ttf") format('truetype');
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}

/*
Fonts Start
*/
@font-face {
    font-family: BebasNeue;
    src: url("/fonts/BebasNeue-Regular.otf") format("opentype");
}
@font-face {
    font-family: BebasNeue;
    font-weight: bold;
    src: url("/fonts/BebasNeue-Bold.otf") format("opentype");
}
@font-face {
    font-family: BebasNeue;
    font-weight: 100;
    src: url("/fonts/BebasNeue-Thin.otf") format("opentype");
}
@font-face {
    font-family: BebasNeue;
    font-weight: 200;
    src: url("/fonts/BebasNeue-Light.otf") format("opentype");
}
@font-face {
    font-family: BebasNeue;
    font-weight: 300;
    src: url("/fonts/BebasNeue-Book.otf") format("opentype");
}

/* Blackside */
@font-face {
    font-family: BlacksideRust;
    src: url("/fonts/Blackside-Rust.otf") format("opentype");
}

@font-face {
    font-family: Blackside;
    src: url("/fonts/Blackside.otf") format("opentype");
}
@font-face {
    font-family: Blackside;
    font-style: italic;
    src: url("/fonts/Blackside-Italic.otf") format("opentype");
}
@font-face {
    font-family: BlacksideBold;
/*    font-weight: bold;*/
    src: url("/fonts/Blackside-Bold.otf") format("opentype");
}
/*
Fonts End
*/