@font-face {
    font-family: 'dharma-gothic';
    src: url('../fonts/DharmaGothicE-ExBoldItalic.eot');
    src: url('../fonts/DharmaGothicE-ExBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DharmaGothicE-ExBoldItalic.woff2') format('woff2'),
        url('../fonts/DharmaGothicE-ExBoldItalic.woff') format('woff'),
        url('../fonts/DharmaGothicE-ExBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'dharma-gothic';
    src: url('../fonts/DharmaGothicE-ExBold.eot');
    src: url('../fonts/DharmaGothicE-ExBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DharmaGothicE-ExBold.woff2') format('woff2'),
        url('../fonts/DharmaGothicE-ExBold.woff') format('woff'),
        url('../fonts/DharmaGothicE-ExBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}