/* ========================================================================
   Component: Typography
 ========================================================================== */
@font-face {
  font-family: 'Campton Bold';
  src: url('../fonts/campton/Campton-BoldDEMO.otf');
}
@font-face {
  font-family: 'Campton Light';
  src: url('../fonts/campton/Campton-LightDEMO.otf');
}
html {
    font-family: sans-serif;
}
body {
    font-size: 16px;
}
h2, h3, h4, h5, h6, .bold-text {
    font-family: 'Raleway', sans-serif;
}
h1, .light-text {
    font-family: 'Raleway', sans-serif;
}
header p {
    font-size: 18px;
}



/* Icon Font
 ========================================================================== */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticons/flaticon.eot");
  src: url("../fonts/flaticons/flaticon.eot") format("embedded-opentype"),
  url("../fonts/flaticons/flaticon.woff") format("woff"),
  url("../fonts/flaticons/flaticon.ttf") format("truetype"),
  url("../fonts/flaticons/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*="icon-"]:before,
[class^="icon-"]:after, [class*="icon-"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 Flaticon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-up-arrow:before { content: "\f100"; }
.flaticon-edit:before { content: "\f101"; }
.flaticon-star:before { content: "\f102"; }
.flaticon-business-card:before { content: "\f103"; }
.flaticon-curriculum:before { content: "\f104"; }
.flaticon-network:before { content: "\f105"; }
.flaticon-notification:before { content: "\f106"; }
.flaticon-letter:before { content: "\f107"; }
.flaticon-light-bulb:before { content: "\f108"; }