body {
  visibility: hidden;
}

@font-face {
  font-family: "Mark Pro";
  src: url("../fonts/Mark-Pro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mark Pro";
  src: url("../fonts/Mark-Pro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mark Pro";
  src: url("../fonts/Mark-Pro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mark Pro";
  src: url("../fonts/Mark-Pro-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}