@font-face {
    font-family: 'MrAlex';
    src: url('MrAlex-Regular.eot');
    src: url('MrAlex-Regular.eot?#iefix') format('embedded-opentype'),
        url('MrAlex-Regular.woff2') format('woff2'),
        url('MrAlex-Regular.woff') format('woff'),
        url('MrAlex-Regular.ttf') format('truetype'),
        url('MrAlex-Regular.svg#MrAlex-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MrAlex';
    src: url('MrAlex-Bold.eot');
    src: url('MrAlex-Bold.eot?#iefix') format('embedded-opentype'),
        url('MrAlex-Bold.woff2') format('woff2'),
        url('MrAlex-Bold.woff') format('woff'),
        url('MrAlex-Bold.ttf') format('truetype'),
        url('MrAlex-Bold.svg#MrAlex-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}