@font-face {
    font-family: "Bebas Neue";
    src: url(BebasNeue-Thin.ttf);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url(BebasNeue-Light.ttf);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url(BebasNeue-Book.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url(BebasNeue-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url(BebasNeue-Bold.ttf);
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: "Montserrant Variable";
    src: url(Montserrat-VariableFont_wght.ttf);
} 