
/* remove this  example line */
@font-face {
    font-family: 'Montserrat Bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat Medium';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat Regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'StackSansText Bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Stack_Sans_Text/StackSansText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'StackSansText Medium';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Stack_Sans_Text/StackSansText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}