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