@font-face {
    font-family: 'Mikhak';
    font-display: swap;
    src: url('Mikhak-Thin.woff2') format("woff2");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Mikhak';
    font-display: swap;
    src: url('Mikhak-Light.woff2') format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Mikhak';
    font-display: swap;
    src: url('Mikhak-Medium.woff2') format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Mikhak';
    font-display: swap;
    src: url('Mikhak-Bold.woff2') format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Mikhak';
    font-display: swap;
    src: url('Mikhak-Black.woff2') format("woff2");
    font-weight: 900;
    font-style: normal
}

.font-Mikhak {
    font-family: 'Mikhak' !important;
}