/* MGC Cute Regular */
@font-face {
  font-family: "mgc-cute-regular";
  src: url("../fonts/mgc-cute-regular.woff2") format("woff2"),
       url("../fonts/mgc-cute-regular.woff") format("woff"),
       url("../fonts/mgc-cute-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.mgc-cute-regular {
  font-family: "mgc-cute-regular";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
