@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 400;
    src: local('DMSans'), url('./DMSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: 400;
    src: local('DMSans'), url('./DMSans-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 250;
    src: local('DMSans'), url('./DMSans-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: 250;
    src: local('DMSans'), url('./DMSans-ThinItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 275;
    src: local('DMSans'), url('./DMSans-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: 275;
    src: local('DMSans'), url('./DMSans-ExtraLightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 300;
    src: local('DMSans'), url('./DMSans-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: 300;
    src: local('DMSans'), url('./DMSans-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 500;
    src: local('DMSans'), url('./DMSans-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: 500;
    src: local('DMSans'), url('./DMSans-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 600;
    src: local('DMSans'), url('./DMSans-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: 600;
    src: local('DMSans'), url('./DMSans-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 700;
    src: local('DMSans'), url('./DMSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: 700;
    src: local('DMSans'), url('./DMSans-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 800;
    src: local('DMSans'), url('./DMSans-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: 800;
    src: local('DMSans'), url('./DMSans-ExtraBoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: normal;
    font-weight: 900;
    src: local('DMSans'), url('./DMSans-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'DMSans';
    font-style: italic;
    font-weight: 900;
    src: local('DMSans'), url('./DMSans-BlackItalic.ttf') format('truetype');
}