@font-face {
    font-family: "tog";
    src: url("../fonts/tog.woff2") format("woff2"),
        url("../fonts/tog.ttf") format("truetype"),
        url("../fonts/tog.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-palette-values --palette0 {
    font-family: "tog";
    base-palette: 0
}
.icon, [class^="icon-"], [class*=" icon-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "tog" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.palette0 {
    font-palette: --palette0;
    color: currentColor;
}
.icon-seach:before {
    content: "\f001";
}
.icon-plus:before {
    content: "\f004";
}
.icon-down-chevron:before {
    content: "\f005";
}
.icon-email:before {
    content: "\f006";
}
.icon-download:before {
    content: "\f007";
}
.icon-heart:before {
    content: "\f008";
}
.icon-comment:before {
    content: "\f009";
}
.icon-up-chevron:before {
    content: "\f00a";
}
.icon-verified:before {
    content: "\f00b";
}
.icon-unlock:before {
    content: "\f00c";
}
.icon-telephone:before {
    content: "\f00d";
}
.icon-marker:before {
    content: "\f00e";
}
.icon-3d:before {
    content: "\f00f";
}
.icon-copy:before {
    content: "\f010";
}
.icon-checkmark:before {
    content: "\f011";
}