@font-face {
    font-family: 'Victor Mono';
    src: url('./VictorMono-Bold.eot');
    src: url('./VictorMono-Bold.eot?#iefix') format('embedded-opentype'),
        url('./VictorMono-Bold.woff2') format('woff2'),
        url('./VictorMono-Bold.woff') format('woff'),
        url('./VictorMono-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./Mulish-Regular.eot');
    src: url('./Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('./Mulish-Regular.woff2') format('woff2'),
        url('./Mulish-Regular.woff') format('woff'),
        url('./Mulish-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url('./Mulish-SemiBold.eot');
    src: url('./Mulish-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./Mulish-SemiBold.woff2') format('woff2'),
        url('./Mulish-SemiBold.woff') format('woff'),
        url('./Mulish-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

