@charset "utf-8";

/* FONT AWESOME */
@import url('fontawesome-min.css');
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),
       url(../webfonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),
       url(../webfonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype');
}

/* UBUNTU DERIVATIVE FAUST */
@font-face {
  font-family: 'Ubuntu derivative Faust';
  font-style: normal;
  font-weight: 400; /* regular */
  src: url(../webfonts/UbuntuFaust.woff2) format('woff2'),
       url(../webfonts/UbuntuFaust.woff) format('woff'),
       url(../webfonts/UbuntuFaust.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu derivative Faust';
  font-style: italic;
  font-weight: 400; /* regular */
  src: url(../webfonts/UbuntuFaust-Italic.woff2) format('woff2'),
       url(../webfonts/UbuntuFaust-Italic.woff) format('woff'),
       url(../webfonts/UbuntuFaust-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu derivative Faust';
  font-style: normal;
  font-weight: 100; /* light */
  src: url(../webfonts/UbuntuFaust-Light.woff2) format('woff2'),
       url(../webfonts/UbuntuFaust-Light.woff) format('woff'),
       url(../webfonts/UbuntuFaust-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu derivative Faust';
  font-style: italic;
  font-weight: 100; /* light */
  src: url(../webfonts/UbuntuFaust-LightItalic.woff2) format('woff2'),
       url(../webfonts/UbuntuFaust-LightItalic.woff) format('woff'),
       url(../webfonts/UbuntuFaust-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu derivative Faust';
  font-style: normal;
  font-weight: 700; /* bold */
  src: url(../webfonts/UbuntuFaust-Bold.woff2) format('woff2'),
       url(../webfonts/UbuntuFaust-Bold.woff) format('woff'),
       url(../webfonts/UbuntuFaust-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu derivative Faust';
  font-style: italic;
  font-weight: 700; /* bold */
  src: url(../webfonts/UbuntuFaust-BoldItalic.woff2) format('woff2'),
       url(../webfonts/UbuntuFaust-BoldItalic.woff) format('woff'),
       url(../webfonts/UbuntuFaust-BolcItalic.ttf) format('truetype');
}

/* UBUNTU MONO */

@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400; /* regular */
  src: url(../webfonts/ubuntumono-regular-webfont.woff2) format('woff2'),
       url(../webfonts/ubuntumono-regular-webfont.woff) format('woff'),
       url(../webfonts/ubuntumono-regular-webfont.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: italic;
  font-weight: 400; /* regular */
  src: url(../webfonts/ubuntumono-italic-webfont.woff2) format('woff2'),
       url(../webfonts/ubuntumono-italic-webfont.woff) format('woff'),
       url(../webfonts/ubuntumono-italic-webfont.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 700; /* bold */
  src: url(../webfonts/ubuntumono-bold-webfont.woff2) format('woff2'),
       url(../webfonts/ubuntumono-bold-webfont.woff) format('woff'),
       url(../webfonts/ubuntumono-bold-webfont.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: italic;
  font-weight: 700; /* bold */
  src: url(../webfonts/ubuntumono-bolditalic-webfont.woff2) format('woff2'),
       url(../webfonts/ubuntumono-bolditalic-webfont.woff) format('woff'),
       url(../webfonts/ubuntumono-bolditalic-webfont.ttf) format('truetype');
}

/* FAUST SERIF */
@font-face {
  font-family: 'Gentium Plus';
  font-style: normal;
  font-weight: 400; /* regular */
  src: url(../webfonts/GentiumPlus-R.woff2) format('woff2'),
       url(../webfonts/GentiumPlus-R.woff) format('woff'),
       url(../webfonts/GentiumPlus-R.ttf) format('truetype');
}
@font-face {
  font-family: 'Gentium Plus';
  font-style: italic;
  font-weight: 400; /* regular */
  src: url(../webfonts/GentiumPlus-I.woff2) format('woff2'),
       url(../webfonts/GentiumPlus-I.woff) format('woff'),
       url(../webfonts/GentiumPlus-I.ttf) format('truetype');
}

/* UBUNTU */
/* These are the definitions for the unmodified Ubuntu font, which is still included in the webfonts directory.
   Instead of this font, the modified 'Ubuntu derivative Faust' should be used exclusivley to keep loading times low.
   If it should be necessary to access the unmodified font, it can be activated by uncommenting the following
   definitions.
 */
/*
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/Ubuntu-R.woff2) format('woff2'),
    url(../webfonts/Ubuntu-R.woff) format('woff'),
    url(../webfonts/Ubuntu-R.ttf) format('truetype');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: url(../webfonts/Ubuntu-RI.woff2) format('woff2'),
    url(../webfonts/Ubuntu-RI.woff) format('woff'),
    url(../webfonts/Ubuntu-RI.ttf) format('truetype');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url(../webfonts/Ubuntu-B.woff2) format('woff2'),
    url(../webfonts/Ubuntu-B.woff) format('woff'),
    url(../webfonts/Ubuntu-B.ttf) format('truetype');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 700;
    src: url(../webfonts/Ubuntu-BI.woff2) format('woff2'),
    url(../webfonts/Ubuntu-BI.woff) format('woff'),
    url(../webfonts/Ubuntu-BI.ttf) format('truetype');
}
*/