<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: 'Modern Ghotic';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('ModernGothic-Black.otf');
    src: local('Modern Ghotic'),
        url('ModernGothic-Black.otf?#iefix') format('embedded-opentype'),
        url('ModernGothic-Black.woff2') format('woff2');
}
@font-face {
    font-family: 'Modern Ghotic';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('ModernGothic-Medium.otf');
    src: local('Modern Ghotic'),
        url('ModernGothic-Medium.otf?#iefix') format('embedded-opentype'),
        url('ModernGothic-Medium.woff2') format('woff2');
}</pre></body></html>