@font-face {
  font-family: "Nunito";
  font-weight: 200;
  font-style: normal;
  src: url(./Nunito/200.ttf);
}

@font-face {
  font-family: "Nunito";
  font-weight: 300;
  font-style: normal;
  src: url(./Nunito/300.ttf);
}

@font-face {
  font-family: "Nunito";
  font-weight: 400;
  font-style: normal;
  src: url(./Nunito/400.ttf);
}

@font-face {
  font-family: "Nunito";
  font-weight: 500;
  font-style: normal;
  src: url(./Nunito/500.ttf);
}

@font-face {
  font-family: "Nunito";
  font-weight: 600;
  font-style: normal;
  src: url(./Nunito/600.ttf);
}

@font-face {
  font-family: "Nunito";
  font-weight: 700;
  font-style: normal;
  src: url(./Nunito/700.ttf);
}

@font-face {
  font-family: "Nunito";
  font-weight: 800;
  font-style: normal;
  src: url(./Nunito/800.ttf);
}

@font-face {
  font-family: "Nunito";
  font-weight: 900;
  font-style: normal;
  src: url(./Nunito/900.ttf);
}

@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url(./Poppins/400.ttf);
}

@font-face {
  font-family: "Poppins";
  font-weight: 800;
  src: url(./Poppins/800.ttf);
}