@font-face {
    font-family: 'MAK';
    src: url('../fonts/MAK.woff') format('woff'),
    url('../fonts/MAK.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MAK';
    src: url('../fonts/MAK-bold.woff') format('woff'),
    url('../fonts/MAK-bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}