
/* remove this  example line */
@font-face {
    font-family: 'Raleway ExtraBold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Raleway/Raleway-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway Bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Raleway/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway Regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/Raleway/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DM Serif Display Regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/DM/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InstrumentSans SemiBold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/InstrumentSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}