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

@font-face {
    font-family: 'ptf-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: 'ptsa-bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/PTSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

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