@font-face {
  font-family: "Mega Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/MegaSans-Bold.woff2") format("woff2"),
       url("/fonts/MegaSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "Mega Sans";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/MegaSans-Medium.woff2") format("woff2"),
       url("./fonts/MegaSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "Mega Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/MegaSans-Regular.woff2") format("woff2"),
       url("./fonts/MegaSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "Mega Sans";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/MegaSans-Light.woff2") format("woff2"),
       url("./fonts/MegaSans-Light.woff") format("woff");
}