/* Example font load */

@font-face {
  font-family: "graphik";
  src: url("./graphik/Graphik-Regular-Web.woff2") format("woff2"),
    url("./graphik/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "graphik";
  src: url("./graphik/Graphik-Semibold-Web.woff2") format("woff2"),
    url("./graphik/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
