
/* Lato font */
@font-face {
    font-family: 'Lato';
    src: url('./font-lato/Lato-Regular.woff2') format('woff2'), url('./font-lato/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Lato Light font */
@font-face {
    font-family: 'Lato Light';
    src: url('./font-lato/Lato-Light.woff2') format('woff2'), url('./font-lato/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Cadillactext-regular font*/
@font-face {
    font-family: 'CardillacText';
    src: url('./font-cardillactext/cardillactext-regular-webfont.woff2') format('woff2'), url('./font-cardillactext/cardillactext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* add other fonts to be used in the website under here */