@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');
}