<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?9pvso4');
    src:    url('fonts/icomoon.eot?9pvso4#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?9pvso4') format('truetype'),
        url('fonts/icomoon.woff?9pvso4') format('woff'),
        url('fonts/icomoon.svg?9pvso4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    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;
}

.icon-spoon-knife:before {
    content: "\e9a3";
}
.icon-leaf:before {
    content: "\e9a4";
}
.icon-accessibility:before {
    content: "\e9b2";
}
.icon-star-empty:before {
    content: "\e9d7";
}
.icon-star-full:before {
    content: "\e9d9";
}
.icon-heart:before {
    content: "\e9da";
}
.icon-woman:before {
    content: "\e9dd";
}
.icon-infinite:before {
    content: "\ea2f";
}

</pre></body></html>