@font-face {
    font-family: 'MdSans';
    src: url(../fonts/dm-sans/DMSans-Medium.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MdSans';
    src: url(../fonts/dm-sans/DMSans-Regular.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'MdSans';
    src: url(../fonts/dm-sans/DMSans-Bold.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MdSans';
    src: url(../fonts/dm-sans/DMSans-ExtraBold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MdSans';
    src: url(../fonts/dm-sans/DMSans-Regular.ttf);
    font-weight: 300;
    font-style: normal;
}