@font-face {
    font-family: 'Lato';
    font-weight: 300;
    src: url('../../fonts/Lato-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-weight: 400;
    src: url('../../fonts/Lato-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-weight: 400;
    src: url('../../fonts/PlayfairDisplay-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-weight: 500;
    src: url('../../fonts/PlayfairDisplay-Medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-weight: 600;
    src: url('../../fonts/PlayfairDisplay-SemiBold.ttf');
    font-display: swap;
}