/* Unna - titres / sous-titres */

@font-face {
    font-family: 'unnaregular';
    src: url('unna-regular-webfont.eot');
    src: url('unna-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('unna-regular-webfont.woff2') format('woff2'),
         url('unna-regular-webfont.woff') format('woff'),
         url('unna-regular-webfont.ttf') format('truetype'),
         url('unna-regular-webfont.svg#unnaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Tex Gyre Adventor - txts */

@font-face {
font-family: 'TeXGyreAdventorRegular';
src: url('texgyreadventor-regular-webfont.eot'); /*A*/
src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), /*B*/
url('texgyreadventor-regular-webfont.woff') format('woff'), /*C*/
url('texgyreadventor-regular-webfont.otf') format('opentype'), /*D*/
url('texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg'); /*E*/
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'TeXGyreAdventorBold';
src: url('texgyreadventor-bold-webfont.eot'); /*A*/
src: url('texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'), /*B*/
url('texgyreadventor-bold-webfont.woff') format('woff'), /*C*/
url('texgyreadventor-bold-webfont.otf') format('opentype'), /*D*/
url('texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg'); /*E*/
font-weight: normal;
font-style: normal;
}


/* Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=4.1.0");
  src: url("fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fontawesome-webfont.woff?v=4.1.0") format("woff"), url("fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}