@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "scu" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "scu" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"],
[class*=" icon-"] {
  font-size: 1.625rem;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.icon-icon-01:before {
  content: "\e000";
}
.icon-icon-02:before {
  content: "\e001";
}
.icon-icon-03:before {
  content: "\e002";
}
.icon-icon-04:before {
  content: "\e003";
}
.icon-icon-05:before {
  content: "\e004";
}
.icon-icon-06:before {
  content: "\e005";
}
.icon-icon-07:before {
  content: "\e006";
}
.icon-icon-08:before {
  content: "\e007";
}
.icon-icon-09:before {
  content: "\e008";
}
.icon-icon-10:before {
  content: "\e009";
}
.icon-icon-11:before {
  content: "\e00a";
}
.icon-icon-12:before {
  content: "\e00b";
}
