
/* 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 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: 'Trirong Bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Trirong/Trirong-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trirong Medium';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Trirong/Trirong-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trirong BoldItalic';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Trirong/Trirong-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Trirong MediumItalic';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Trirong/Trirong-MediumItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}