@font-face {
    font-family: "icons";
    src: url("../vendor/designbase/icons-webfont/icons.woff2") format("woff2"),
        url("../vendor/designbase/icons-webfont/icons.woff") format("woff");
    font-display: swap;
}

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

.icon-chevron-down::before { content: "\e0c8"; }
.icon-chevron-right::before { content: "\e0cc"; }
.icon-clock::before { content: "\e0dc"; }
.icon-close::before { content: "\e0de"; }
.icon-copy::before { content: "\e102"; }
.icon-external-link::before { content: "\e15a"; }
.icon-heart::before { content: "\e1be"; }
.icon-heart-filled::before { content: "\e1bf"; }
.icon-instagram::before { content: "\e1db"; }
.icon-menu::before { content: "\e22b"; }
.icon-mobile-filled::before { content: "\e24b"; }
.icon-moon::before { content: "\e252"; }
.icon-pinterest::before { content: "\f102"; }
.icon-search::before { content: "\e2d8"; }
.icon-star-filled::before { content: "\e306"; }
.icon-sun::before { content: "\e316"; }
.icon-user::before { content: "\e35d"; }
.icon-youtube::before { content: "\e392"; }
