@font-face {
    font-family: 'MdM Font';
    src: url('mdmfont-webfont.woff2') format('woff2'),
         url('mdmfont-webfont.woff') format('woff'),
         url('mdmfont-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'MdM Font';
    src: url('mdmfont-light-webfont.woff2') format('woff2'),
         url('mdmfont-light-webfont.woff') format('woff'),
         url('mdmfont-light-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'MdM Font Rounded';
    src: url('mdmfont-rounded-webfont.woff2') format('woff2'),
         url('mdmfont-rounded-webfont.woff') format('woff'),
         url('mdmfont-rounded-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'MdM Font Rounded';
    src: url('mdmfont-roundedlight-webfont.woff2') format('woff2'),
         url('mdmfont-roundedlight-webfont.woff') format('woff'),
         url('mdmfont-roundedlight-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}