

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

}


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

}

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



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

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



