@font-face {
    font-family: 'DM Sans';
    font-display: swap;
    font-style: normal;
    src: url('./DMSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-display: swap;
    font-style: italic;
    src: url('./DMSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 100;
    font-display: swap;
    font-style: normal;
    src: url('./DMSans-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 100;
    font-display: swap;
    font-style: italic;
    src: url('./DMSans-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 200;
    font-display: swap;
    font-style: normal;
    src: url('./DMSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 200;
    font-display: swap;
    font-style: italic;
    src: url('./DMSans-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    src: url('./DMSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 300;
    font-display: swap;
    font-style: italic;
    src: url('./DMSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    src: url('./DMSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 400;
    font-display: swap;
    font-style: italic;
    src: url('./DMSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 500;
    font-display: swap;
    font-style: normal;
    src: url('./DMSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 500;
    font-display: swap;
    font-style: italic;
    src: url('./DMSans-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    src: url('./DMSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 600;
    font-display: swap;
    font-style: italic;
    src: url('./DMSans-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 700;
    font-display: swap;
    font-style: normal;
    src: url('./DMSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 700;
    font-display: swap;
    font-style: italic;
    src: url('./DMSans-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 800;
    font-display: swap;
    font-style: normal;
    src: url('./DMSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 800;
    font-display: swap;
    font-style: italic;
    src: url('./DMSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 900;
    font-display: swap;
    font-style: normal;
    src: url('./DMSans-ExtraBold.ttf')
        format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-weight: 900;
    font-display: swap;
    font-style: italic;
    src: url('./DMSans-ExtraBoldItalic.ttf')
        format('truetype');
}
