@font-face {
    font-family: 'Lato Regular';
    font-display: swap;
    src: url('Lato-Regular.ttf');
}

@font-face {
    font-family: 'Lato Light';
    font-display: swap;
    src: url('Lato-Light.ttf');
}

@font-face {
    font-family: 'Lato Bold';
    font-display: swap;
    src: url('Lato-Bold.ttf');
}

@font-face {
    font-family: 'Cabin Regular';
    font-display: swap;
    src: url('Cabin-Regular.ttf');
}

@font-face {
    font-family: 'Cabin Bold';
    font-display: swap;
    src: url('Cabin-Bold.ttf');
}

@font-face {
    font-family: 'ShadowsIntoLight';
    font-display: swap;
    src: url('ShadowsIntoLight-Regular.ttf');
}