@font-face {
  font-family: 'Amatic SC';
  src:  url('fonts/AmaticSC-Regular');
  font-weight: cursive;
  font-style: cursive;
}

@font-face {
  font-family: 'Abel-Regular';
  src:  url('fonts/Abel-Regular');
}
/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/barlow-v12-latin/barlow-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('fonts/barlow-v12-latin'),
       url('fonts/barlow-v12-latin/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/barlow-v12-latin/barlow-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/barlow-v12-latin/barlow-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/barlow-v12-latin/barlow-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/barlow-v12-latin/barlow-v12-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?qwlf11');
  src:  url('fonts/icomoon.eot?qwlf11#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?qwlf11') format('truetype'),
    url('fonts/icomoon.woff?qwlf11') format('woff'),
    url('fonts/icomoon.svg?qwlf11#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}




[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home3:before {
  content: "\e902";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-paint-format:before {
  content: "\e90c";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-location2:before {
  content: "\e948";
}
.icon-display:before {
  content: "\e956";
}
.icon-undo:before {
  content: "\e965";
}
.icon-users:before {
  content: "\e972";
}
.icon-trophy:before {
  content: "\e99e";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-woman:before {
  content: "\e9dd";
}
.icon-paragraph-justify:before {
  content: "\ea7a";
}

.icon-arrow-up:before {
  content: "\ea32";
}