@font-face {
    font-family: "M PLUS Rounded 1c";
    font-weight: 100;
    src: local('M PLUS Rounded 1c'), url("Thin.woff2") format('woff2');
}

/* @font-face {
    font-family: "M PLUS Rounded 1c";
    font-weight: var(--font-weight-extralight);
    src: local('M PLUS Rounded 1c'), url("ExtraLight.woff2") format('woff2');
} */

@font-face {
    font-family: "M PLUS Rounded 1c";
    font-weight: 300;
    src: local('M PLUS Rounded 1c'), url("Light.woff2") format('woff2');
}

@font-face {
    font-family: "M PLUS Rounded 1c";
    font-weight: 400;
    src: local('M PLUS Rounded 1c'), url("Regular.woff2") format('woff2');
}

@font-face {
    font-family: "M PLUS Rounded 1c";
    font-weight: 500;
    src: local('M PLUS Rounded 1c'), url("Medium.woff2") format('woff2');
}

/* @font-face {
    font-family: "M PLUS Rounded 1c";
    font-weight: var(--font-weight-semibold);
    src: local('M PLUS Rounded 1c'), url("SemiBold.woff2") format('woff2');
} */

@font-face {
    font-family: "M PLUS Rounded 1c";
    font-weight: 700;
    src: local('M PLUS Rounded 1c'), url("Bold.woff2") format('woff2');
}

@font-face {
    font-family: "M PLUS Rounded 1c";
    font-weight: 800;
    src: local('M PLUS Rounded 1c'), url("ExtraBold.woff2") format('woff2');
}

@font-face {
    font-family: "M PLUS Rounded 1c";
    font-weight: 900;
    src: local('M PLUS Rounded 1c'), url("Black.woff2") format('woff2');
}