@font-face {
    font-family: 'malva';
    src: url('../fonts/malva-bold-webfont.woff2') format('woff2'),
         url('../fonts/malva-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'malva';
    src: url('../fonts/malva-regular-webfont.woff2') format('woff2'),
         url('../fonts/malva-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tradegothic';
    src: url('../fonts/tradegothic-boldcondtwenty-webfont.woff2') format('woff2'),
         url('../fonts/tradegothic-boldcondtwenty-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}