<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: 'tri-o';
    src: url('fonts/tri-o.eot');
    src: url('fonts/tri-o.eot#iefix') format('embedded-opentype'),
    url('fonts/tri-o.ttf') format('truetype'),
    url('fonts/tri-o.woff') format('woff'),
    url('fonts/tri-o.svg#tri-o') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

.tri-o-next-arrow:before {
    content: "\e900";
}

.tri-o-prev-arrow:before {
    content: "\e901";
}

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