﻿
/* Nunito ExtraLight */
@font-face {
  font-family: "Nunito";
  font-weight: 200;
  font-style: normal;
  src: url('../fonts/nunito/Nunito-ExtraLight.ttf') format('truetype');
}

/* Nunito ExtraLight Italic */
@font-face {
  font-family: "Nunito";
  font-weight: 200;
  font-style: italic;
  src: url('../fonts/nunito/Nunito-ExtraLightItalic.ttf') format('truetype');
}

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

/* Nunito Light Italic */
@font-face {
  font-family: "Nunito";
  font-weight: 300;
  font-style: italic;
  src: url('../fonts/nunito/Nunito-LightItalic.ttf') format('truetype');
}

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

/* Nunito Italic */
@font-face {
  font-family: "Nunito";
  font-weight: 400;
  font-style: italic;
  src: url('../fonts/nunito/Nunito-Italic.ttf') format('truetype');
}

/* Nunito Medium */
@font-face {
  font-family: "Nunito";
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/nunito/Nunito-Medium.ttf') format('truetype');
}

/* Nunito Medium Italic */
@font-face {
  font-family: "Nunito";
  font-weight: 500;
  font-style: italic;
  src: url('../fonts/nunito/Nunito-MediumItalic.ttf') format('truetype');
}

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

/* Nunito Bold */
@font-face {
  font-family: "Nunito";
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/nunito/Nunito-Bold.ttf') format('truetype');
}

/* Nunito Bold Italic */
@font-face {
  font-family: "Nunito";
  font-weight: 700;
  font-style: italic;
  src: url('../fonts/nunito/Nunito-BoldItalic.ttf') format('truetype');
}

/* Nunito ExtraBold */
@font-face {
  font-family: "Nunito";
  font-weight: 800;
  font-style: normal;
  src: url('../fonts/nunito/Nunito-ExtraBold.ttf') format('truetype');
}

/* Nunito ExtraBold Italic */
@font-face {
  font-family: "Nunito";
  font-weight: 800;
  font-style: italic;
  src: url('../fonts/nunito/Nunito-ExtraBoldItalic.ttf') format('truetype');
}

/* Nunito Black */
@font-face {
  font-family: "Nunito";
  font-weight: 900;
  font-style: normal;
  src: url('../fonts/nunito/Nunito-Black.ttf') format('truetype');
}

/* Nunito Black Italic */
@font-face {
  font-family: "Nunito";
  font-weight: 900;
  font-style: italic;
  src: url('../fonts/nunito/Nunito-BlackItalic.ttf') format('truetype');
}

