<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: 'custom-icons';
            src: ;
            font-weight: normal;
            font-style: normal;
            font-display: block;
        }
        [class^='custom-'], [class*=' custom-'] {
            font-family: 'custom-icons' !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }  

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