@font-face {
  font-family: 'Nunito Sans';
  font-weight: 200;
  font-style: normal;
  src: url('./font-src/Nunito/NunitoSans-Regular.ttf');
}

@font-face {
  font-family: 'Nunito Sans';
  font-weight: 300;
  font-style: normal;
  src: url('./font-src/Nunito/NunitoSans-Black.ttf');
}

@font-face {
  font-family: 'Nunito Sans';
  font-weight: 400;
  font-style: bold;
  src: url('./font-src/Nunito/NunitoSans-SemiBold.ttf');
}

@font-face {
  font-family: 'Nunito Sans';
  font-weight: 800;
  font-style: bolder;
  src: url('./font-src/Nunito/NunitoSans-ExtraBold.ttf');
}

.font-nunito{
    font-family: 'Nunito Sans';
}
