@font-face {
    font-family: 'dm-sans-bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'dm-sans-regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'dm-sans-18-italic';
    src: url('/wp-content/themes/vsc-theme/css/fonts/DMSans_18pt-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'dm-sans-24-bold';
    src: url('/wp-content/themes/vsc-theme/css/fonts/DMSans_24pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'dm-sans-24-exb';
    src: url('/wp-content/themes/vsc-theme/css/fonts/DMSans_24pt-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'dm-sans-24-regular';
    src: url('/wp-content/themes/vsc-theme/css/fonts/DMSans_24pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'dm-dispaly';
    src: url('/wp-content/themes/vsc-theme/css/fonts/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}