@font-face {
    font-family: 'kuroregular';
    src: url('fonts/DINPro-Regular_13937.eot');
    src: url('fonts/DINPro-Regular_13937.eot?#iefix') format('embedded-opentype'),
         url('fonts/DINPro-Regular_13937.woff2') format('woff2'),
         url('fonts/DINPro-Regular.woff') format('woff'),
         url('fonts/DINPro-Regular.ttf') format('truetype'),
         url('fonts/DINPro-Regular.svg#kuroregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("fonts/Flaticon.woff") format("woff"),
       url("fonts/Flaticon.ttf") format("truetype"),
       url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 80px;
font-style: normal;

}

.flaticon-technology:before { content: "\f100"; }