/*===============================================================================================*/
/* cssFonts.css                                                                                  */
/*-----------------------------------------------------------------------------------------------*/
/* Fonts used on this site.                                                                      */
/* Copyright (c) Font Squirrel (www.fontsquirrel.com)                                            */
/*===============================================================================================*/

/*--- Sans Font ---------------------------------------------------------------------------------*/

@font-face {
  font-family:"FontSans";
  src:url("/fonts/sourcesanspro-regular-webfont.woff2") format("woff2"),
      url("/fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"FontSansLight";
  src:url("/fonts/sourcesanspro-extralight-webfont.woff2") format("woff2"),
      url("/fonts/sourcesanspro-extralight-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"FontSansBold";
  src:url("/fonts/sourcesanspro-bold-webfont.woff2") format("woff2"),
      url("/fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"FontSansBlack";
  src:url("/fonts/sourcesanspro-black-webfont.woff2") format("woff2"),
      url("/fonts/sourcesanspro-black-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

/*--- Serif Font --------------------------------------------------------------------------------*/

@font-face {
  font-family:"FontSerif";
  src:url("/fonts/sourceserifpro-regular-webfont.woff2") format("woff2"),
      url("/fonts/sourceserifpro-regular-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"FontSerifLight";
  src:url("/fonts/sourceserifpro-extralight-webfont.woff2") format("woff2"),
      url("/fonts/sourceserifpro-extralight-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"FontSerifBold";
  src:url("/fonts/sourceserifpro-bold-webfont.woff2") format("woff2"),
      url("/fonts/sourceserifpro-bold-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"FontSerifBlack";
  src:url("/fonts/sourceserifpro-black-webfont.woff2") format("woff2"),
      url("/fonts/sourceserifpro-black-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

/*--- Code Font ---------------------------------------------------------------------------------*/

@font-face {
  font-family:"FontCode";
  src:url("/fonts/sourcecodepro-regular-webfont.woff2") format("woff2"),
      url("/fonts/sourcecodepro-regular-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"FontCodeLight";
  src:url("/fonts/sourcecodepro-extralight-webfont.woff2") format("woff2"),
      url("/fonts/sourcecodepro-extralight-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"FontCodeBold";
  src:url("/fonts/sourcecodepro-bold-webfont.woff2") format("woff2"),
      url("/fonts/sourcecodepro-bold-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"FontCodeBlack";
  src:url("/fonts/sourcecodepro-black-webfont.woff2") format("woff2"),
      url("/fonts/sourcecodepro-black-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

/*--- Iconic Fonts ------------------------------------------------------------------------------*/

@font-face {
  font-family:"FontIcon";
  src:url("/fonts/webhostinghub-glyphs-webfont.woff2") format("woff2"),
      url("/fonts/webhostinghub-glyphs-webfont.woff") format("woff");
  font-weight:normal;
  font-style:normal;
}

/*===============================================================================================*/