@font-face {
    font-family: 'MINI Serif';
    src: url('/fonts/MINISerif-Bold.woff2') format('woff2'), url('/fonts/MINISerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MINI Serif';
    src: url('/fonts/MINISerif-Regular.woff2') format('woff2'), url('/fonts/MINISerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MINI Sans Serif";
    src: url("/fonts/MINISansSerif-Regular.woff2") format("woff2"), url("/fonts/MINISansSerif-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MINI Sans Serif";
    src: url("/fonts/MINISansSerif-Bold.woff2") format("woff2"), url("/fonts/MINISansSerif-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}