/* Regular — 400 */
@font-face {
    font-family: "MMC";
    src: url("./MMC-Regular.woff2") format("woff2"),
         url("./MMC-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium — 500 */
@font-face {
    font-family: "MMC";
    src: url("./MMC-Medium.woff2") format("woff2"),
         url("./MMC-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold — 700 */
@font-face {
    font-family: "MMC";
    src: url("./MMC-Bold.woff2") format("woff2"),
         url("./MMC-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
