
/* remove this  example line */
@font-face {
    font-family: 'Segoe UI regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Segoe/segoeuithis.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Segoe/segoeuithibd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlayfairDisplay regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlayfairDisplay bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
