﻿@font-face {
    font-family: 'DM Sans';
    font-weight: 100;
    src: url("./fonts/DMSans-Thin.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 100;
    font-style: italic;
    src: url("./fonts/DMSans-ThinItalic.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 200;
    src: url("./fonts/DMSans-ExtraLight.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 200;
    font-style: italic;
    src: url("./fonts/DMSans-ExtraLightItalic.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 300;
    src: url("./fonts/DMSans-Light.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 300;
    font-style: italic;
    src: url("./fonts/DMSans-LightItalic.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 400;
    src: url("./fonts/DMSans-Regular.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 400;
    font-style: italic;
    src: url("./fonts/DMSans-Italic.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 500;
    src: url("./fonts/DMSans-Medium.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 500;
    font-style: italic;
    src: url("./fonts/DMSans-MediumItalic.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 600;
    src: url("./fonts/DMSans-SemiBold.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 600;
    font-style: italic;
    src: url("./fonts/DMSans-SemiBoldItalic.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 700;
    src: url("./fonts/DMSans-Bold.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 700;
    font-style: italic;
    src: url("./fonts/DMSans-BoldItalic.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 800;
    src: url("./fonts/DMSans-ExtraBold.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 800;
    font-style: italic;
    src: url("./fonts/DMSans-ExtraBoldItalic.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 900;
    src: url("./fonts/DMSans-Black.ttf");
}
@font-face {
    font-family: 'DM Sans';
    font-weight: 900;
    font-style: italic;
    src: url("./fonts/DMSans-BlackItalic.ttf");
}
