@font-face {
  font-family: 'Geist';
  src: url("../fonts/Geist-Light.ttf") format('ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Geist';
  src: url("../fonts/Geist-Regular.ttf") format('ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Geist';
  src: url("../fonts/Geist-SemiBold.ttf") format('ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Geist Mono';
  src: url("../fonts/GeistMono-Light.ttf") format('ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Geist Mono';
  src: url("../fonts/GeistMono-Regular.ttf") format('ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Geist Mono';
  src: url("../fonts/GeistMono-SemiBold.ttf") format('ttf');
  font-weight: 600;
  font-style: normal;
}
