/* Fonts personnalisées */
@font-face {
    font-family: 'Antonio';
    src: url('../fonts/antonio-regular-webfont.woff2') format('woff2'),
         url('../fonts/antonio-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Antonio';
    src: url('../fonts/antonio-bold-webfont.woff2') format('woff2'),
         url('../fonts/antonio-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Nickainley';
    src: url('../fonts/nickainley-webfont.woff2') format('woff2'),
         url('../fonts/nickainley-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontNQ';
    src: url('../fonts/font_nq.woff') format('woff'),
         url('../fonts/font_nq.ttf') format('truetype'),
         url('../fonts/font_nq.eot') format('embedded-opentype'),
         url('../fonts/font_nq.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
