@font-face {
    font-family: "icons";
    src: url("./icons.ttf?ea12c069cc22890380d1c09c427d1c5c") format("truetype"),
url("./icons.woff?ea12c069cc22890380d1c09c427d1c5c") format("woff"),
url("./icons.woff2?ea12c069cc22890380d1c09c427d1c5c") format("woff2");
}

i[class^="fonticon-"]:before, i[class*=" fonticon-"]: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;
}

.fonticon-close1:before {
    content: "\f101";
}
.fonticon-enter1:before {
    content: "\f105";
}
