@font-face {
    font-family: 'Crimson Pro';
    src: url("../fonts/CrimsonPro-VariableFont_wght.woff2");
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Regular.woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Light.woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Bold.woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Light.woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular.woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
