/**
 * Simplon Mono Font Family
 * WebXL version - Extended Latin character set
 */

/* Simplon Mono Light */
@font-face {
    font-family: 'Simplon Mono';
    src: url('SimplonMono-Light-WebXL.woff2') format('woff2'),
         url('SimplonMono-Light-WebXL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Simplon Mono Medium */
@font-face {
    font-family: 'Simplon Mono';
    src: url('SimplonMono-Medium-WebXL.woff2') format('woff2'),
         url('SimplonMono-Medium-WebXL.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}