/* fontello icon font - declarations also exist in site.css */
@font-face {
    font-family: "fontello";
    src: url("/assets/fontello.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

[class^=icon-]:before,
[class*=" icon-"]:before,
.tns-controls button:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-left-open:before {
    content: "\e800"
}

.icon-right-open:before {
    content: "\e801"
}

.icon-star:before {
    content: "\e803"
}

.icon-star-empty:before {
    content: "\e804"
}

.icon-cancel:before {
    content: "\e805"
}
