@font-face {
    font-family: 'headbase';
    src: url('../fonts/Headbase.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppins";
    src: url('../fonts/poppins_light.ttf') format('truetype'),
        url('../fonts/poppins_semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font-headbase{
    font-family: 'headbase', sans-serif;
    font-size: 50px;
}

.font-poppins{
    font-family: 'poppins', sans-serif;
}