<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* UFS Icon font
* -------------------------------------------------------------------------------------------------------------------------
*/

    @font-face {
        font-family: 'ufs-icons';
        src: url('../icons/ufs-icons-20230208.eot'),
             url('../icons/ufs-icons-20230208.eot?#iefix') format('embedded-opentype'),
             url('../icons/ufs-icons-20230208.woff2') format('woff2'),
             url('../icons/ufs-icons-20230208.woff') format('woff'),
             url('../icons/ufs-icons-20230208.ttf') format('truetype'),
             url('../icons/ufs-icons-20230208.svg#ufs-icons') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }</pre></body></html>