/* Define the font */
@font-face {
    font-family: 'MapleMono';
    src: url(ttf/MapleMono-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MapleMono';
    src: url(ttf/MapleMono-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MapleMono';
    src: url(ttf/MapleMono-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MapleMono';
    src: url(ttf/MapleMono-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MapleMono';
    src: url(ttf/MapleMono-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MapleMono';
    src: url(ttf/MapleMono-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MapleMono';
    src: url(ttf/MapleMono-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MapleMono';
    src: url(ttf/MapleMono-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

.font-MapleMono {
    font-family: 'MapleMono', Arial, sans-serif !important;
}