/* ========================================================================
   Component: Typography
 ========================================================================== */
@font-face {
  font-family: 'Poppins';
  font-weight: 400;
}

html {
    font-family: 'Open Sans', sans-serif;
}
body {
    font-size: 16px;
}
h2, h3, h4, h5, h6, .bold-text {
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
h1, .light-text {
    font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom:35px;
}
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 20px/1 Flaticon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.icon-arrows107:before {
	content: "\e000";
}
.icon-hands10:before {
	content: "\e001";
}
.icon-location55:before {
	content: "\e002";
}
.icon-prize3:before {
	content: "\e003";
}
.icon-purchase1:before {
	content: "\e004";
	font-size:40px;
}
.icon-reload9:before {
	content: "\e005";
}
