<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?3gxgd6');
    src:    url('fonts/icomoon.eot?3gxgd6#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?3gxgd6') format('truetype'),
        url('fonts/icomoon.woff?3gxgd6') format('woff'),
        url('fonts/icomoon.svg?3gxgd6#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-facebook-square:before {
    content: "\e908";
}
.icon-facebook:before {
    content: "\e909";
}
.icon-instagram-square:before {
    content: "\e90a";
}
.icon-instagram:before {
    content: "\e90b";
}
.icon-twitter-square:before {
    content: "\e90c";
}
.icon-twitter:before {
    content: "\e90d";
}
.icon-yahoo-square:before {
    content: "\e90e";
}
.icon-yahoo:before {
    content: "\e90f";
}
.icon-google-plus:before {
    content: "\e901";
}
.icon-hatebu:before {
    content: "\e903";
}
.icon-line:before {
    content: "\e905";
}
.icon-youtube:before {
    content: "\e907";
}
.icon-google-plus-square:before {
    content: "\e900";
}
.icon-hatebu-square:before {
    content: "\e902";
}
.icon-line-square:before {
    content: "\e904";
}
.icon-youtube-square:before {
    content: "\e906";
}

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