/* Geist Sans Thin */
@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/webfonts/Geist-Thin.woff2") format("woff2"),
    url("../fonts/ttf/Geist-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/* Geist Sans ExtraLight */
@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/webfonts/Geist-ExtraLight.woff2") format("woff2"),
    url("../fonts/ttf/Geist-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

/* Geist Sans Light */
@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/webfonts/Geist-Light.woff2") format("woff2"),
    url("../fonts/ttf/Geist-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Geist Sans Regular */
@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/webfonts/Geist-Regular.woff2") format("woff2"),
    url("../fonts/ttf/Geist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Geist Sans Medium */
@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/webfonts/Geist-Medium.woff2") format("woff2"),
    url("../fonts/ttf/Geist-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Geist Sans SemiBold */
@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/webfonts/Geist-SemiBold.woff2") format("woff2"),
    url("../fonts/ttf/Geist-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Geist Sans Bold */
@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/webfonts/Geist-Bold.woff2") format("woff2"),
    url("../fonts/ttf/Geist-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Geist Sans ExtraBold */
@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/webfonts/Geist-ExtraBold.woff2") format("woff2"),
    url("../fonts/ttf/Geist-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Geist Sans Black */
@font-face {
  font-family: "Geist Sans";
  src: url("../fonts/webfonts/Geist-Black.woff2") format("woff2"),
    url("../fonts/ttf/Geist-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
