@font-face {
    font-family: "Bebas Neue300";
    src: url('../fonts/BebasNeue/BebasNeue Thin.otf');
}

@font-face {
    font-family: "Bebas Neue400";
    src: url('../fonts/BebasNeue/BebasNeue Light.otf');
}

@font-face {
    font-family: "Bebas Neue500";
    src: url('../fonts/BebasNeue/BebasNeue Book.otf');
}

@font-face {
    font-family: "Bebas Neue600";
    src: url('../fonts/BebasNeue/BebasNeue Regular.otf');
}

@font-face {
    font-family: "Bebas Neue700";
    src: url('../fonts/BebasNeue/BebasNeue Bold.otf');
}

@font-face {
    font-family: "Roboto300";
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: "Roboto400";
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: "Roboto500";
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: "Roboto600";
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: "Roboto700";
    src: url('../fonts/Roboto/Roboto-Black.ttf');
}
