@font-face {
    font-family: 'lato-bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lato-regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'lato-black';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pts-regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/PTSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'pts-bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/PTSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}