@font-face {
    font-family: "icons";
    src: url("./icons.ttf?5d53bb8fc36138f383034fe94bd6937c") format("truetype"),
url("./icons.woff?5d53bb8fc36138f383034fe94bd6937c") format("woff"),
url("./icons.woff2?5d53bb8fc36138f383034fe94bd6937c") format("woff2"),
url("./icons.eot?5d53bb8fc36138f383034fe94bd6937c#iefix") format("embedded-opentype");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pdf:before {
    content: "\21";
}
.icon-download:before {
    content: "\22";
}
