@font-face {
  font-family: "Barlow-Bold";
  src: url("../fonts/woff2/Barlow-Bold.woff2") format("woff2"),
  url("../fonts/woff/Barlow-Bold.woff") format("woff");
}

@font-face {
  font-family: "Barlow-SemiBold";
  src: url("../fonts/woff2/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/woff/Barlow-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Barlow-Medium";
  src: url("../fonts/woff2/Barlow-Medium.woff2") format("woff2"), url("../fonts/woff/Barlow-Medium.woff") format("woff");
}

@font-face {
  font-family: "Barlow-Regular";
  src: url("../fonts/woff2/Barlow-Regular.woff2") format("woff2"), url("../fonts/woff/Barlow-Regular.woff") format("woff");
}

@font-face {
  font-family: "Barlow-Light";
  src: url("../fonts/woff2/Barlow-Light.woff2") format("woff2"), url("../fonts/woff/Barlow-Light.woff") format("woff");
}
  
p, span, a, h1, h2, h3, h4, div, input, select, label, legend {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-weight: normal;
}

html,body,ul, p, a{
  padding: 0;
  margin: 0;
  list-style-type:none;
  text-decoration: none;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.clearfix{
  clear: both;
}