/* .............................................................................
FONTS

Maax -- @font-face
Regular + italic : 400
Medium : 500
Bold : 700
............................................................................. */

@font-face {
    font-family: 'Maax';
    src: url('../../fonts/Maax.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('../../fonts/Maax-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Maax';
    src: url('../../fonts/Maax-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('../../fonts/Maax-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}



html, body, button, input, select, textarea
{
    font-family: 'Maax', sans-serif;
}

.wMedium {font-weight: 500;}
strong, .wStrong {font-weight:700;}