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

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-close:before {
    content: "\f101";
}
.icon-credit-card-clock:before {
    content: "\f102";
}
.icon-money:before {
    content: "\f103";
}
.icon-more:before {
    content: "\f104";
}
.icon-search:before {
    content: "\f105";
}
.icon-settings:before {
    content: "\f106";
}
.icon-submit:before {
    content: "\f107";
}
