/* Caution: @import must be declared before any other rule (ie @font-face here) to be applied */

/* Montserrat */

@import url("../fonts/montserrat/Montserrat.css");

/* Quicksand */

@font-face {
  font-family: "Quicksand";
  /* do not try to render ² (\u00b2) with Quicksand
    http://stackoverflow.com/questions/26211923/css-webfont-not-rendering-missing-character
   */
  unicode-range: U+0000-00B1, U+00B3-FFFF;
  src: url("../fonts/Quicksand-Regular.woff")
}
@font-face {
  font-family: "Quicksand";
  font-weight: bold;
  unicode-range: U+0000-00B1, U+00B3-FFFF;
  src: url("../fonts/Quicksand-Bold.woff")
}

/* TeX Gyre Adventor  */

@font-face {
  font-family: "TeX Gyre Adventor";
  src: url("../fonts/texgyreadventor-regular.woff")
}

@font-face {
  font-family: "TeX Gyre Adventor";
  font-weight: bold;
  src: url("../fonts/texgyreadventor-bold.woff")
}
