
/* =================== barlow FONT ================== */

@font-face {
    font-family: barlow-black; 
    src: url(fonts/barlow/Barlow-Black.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: barlow-regular;
    src: url(fonts/barlow/Barlow-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: barlow-light;
    src: url(fonts/barlow/Barlow-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* =================== LATO FONT ================== */

@font-face {
    font-family: lato-black;
    src: url(fonts/lato/Lato-Black.ttf) format('truetype');

@font-face {
     font-family: lato-bold;
    src: url(fonts/lato/Lato-Bold.ttf) format('truetype');
    
}

@font-face {
     font-family: lato-thin;
    src: url(fonts/lato/Lato-Thin.ttf) format('truetype');
}

@font-face {
     font-family: lato-regular;
    src: url(fonts/lato/Lato-Regular.ttf) format('truetype');
}

@font-face {
     font-family: lato-light;
    src: url(fonts/lato/Lato-Light.ttf) format('truetype');
}


