@font-face {
    font-family: 'DMSans-Regular';
    src: url(DMSans-Regular.ttf);
    font-weight: inherit;
    font-style: inherit;
}
@font-face {
    font-family: 'DMSans-Regular';
    src: url(DMSans-Medium.ttf);
    font-weight: 600;
    font-style: inherit;
}
@font-face {
    font-family: 'DMSans-Regular';
    src: url(DMSans-Bold.ttf);
    font-weight: bold;
    font-style: inherit;
}
html, body { font-family: 'DMSans-Regular'; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin: 0px; font-family: 'DMSans-Regular'; }
