/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v25-latin-regular.woff2') format('woff2'), /* Modern Tarayıcılar */
       url('../fonts/nunito-v25-latin-regular.woff') format('woff'); /* Eski Tarayıcılar */
}

/* nunito-600 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-v25-latin-600.woff2') format('woff2'),
       url('../fonts/nunito-v25-latin-600.woff') format('woff');
}

/* nunito-700 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v25-latin-700.woff2') format('woff2'),
       url('../fonts/nunito-v25-latin-700.woff') format('woff');
}

/* nunito-800 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito-v25-latin-800.woff2') format('woff2'),
       url('../fonts/nunito-v25-latin-800.woff') format('woff');
}