@font-face {
  font-family: "MMC";
  src: url("../fonts/MMCRegular.eot");
  src: url("../fonts/MMCRegular.eot") format("embedded-opentype"), url("../fonts/MMCRegular.woff2") format("woff2"), url("../fonts/MMCRegular.woff") format("woff"), url("../fonts/MMCRegular.ttf") format("truetype"), url("../fonts/MMCRegular.svg#MMCRegular") format("svg");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "MMC";
  src: url("../fonts/MMCMedium.eot");
  src: url("../fonts/MMCMedium.eot") format("embedded-opentype"), url("../fonts/MMCMedium.woff2") format("woff2"), url("../fonts/MMCMedium.woff") format("woff"), url("../fonts/MMCMedium.ttf") format("truetype"), url("../fonts/MMCMedium.svg#MMCMedium") format("svg");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "MMC";
  src: url("../fonts/MMCBold.eot");
  src: url("../fonts/MMCBold.eot") format("embedded-opentype"), url("../fonts/MMCBold.woff2") format("woff2"), url("../fonts/MMCBold.woff") format("woff"), url("../fonts/MMCBold.ttf") format("truetype"), url("../fonts/MMCBold.svg#MMCBold") format("svg");
  font-weight: 700;
  font-display: swap;
}
body {
  font-family: MMC;
  font-weight: 400;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.lh-12{
  line-height: 2.5rem;
}
.lh-02{
  line-height: 1.2rem;
}

.text-red {
  color: #ED0000;
}
