@font-face {
    font-family: 'smc';
    src: url('/wp-content/themes/vsc-theme/css/fonts/socialmedia/smc-400.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

