/** FONTS **/
@font-face {
    font-family: 'title';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Barlow-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'regular';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
} 

