@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url('Nunito-ExtraLight.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200;
  src: url('Nunito-ExtraLightItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('Nunito-Light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: url('Nunito-LightItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('Nunito-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('Nunito-Italic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('Nunito-SemiBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url('Nunito-SemiBoldItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('Nunito-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('Nunito-BoldItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url('Nunito-ExtraBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: url('Nunito-ExtraBoldItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url('Nunito-Black.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  src: url('Nunito-BlackItalic.ttf') format('truetype');
  font-display: swap;
}