@font-face {
  font-family: "Geist";
  src: url("Geist-Bold.woff2") format("woff2"),
    url("Geist-Bold.woff") format("woff"),
    url("Geist-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Geist";
  src: url("Geist-SemiBold.woff2") format("woff2"),
    url("Geist-SemiBold.woff") format("woff"),
    url("Geist-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("Geist-Regular.woff2") format("woff2"),
    url("Geist-Regular.woff") format("woff"),
    url("Geist-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
