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

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

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