/* Nunito Font Face Definitions */

/* Font thường */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito/nunito-regular.woff2') format('woff2');
  font-display: swap;
}

/* Font semi-bold */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito/nunito-600.woff2') format('woff2');
  font-display: swap;
}

/* Font bold */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito/nunito-700.woff2') format('woff2');
  font-display: swap;
}

/* Font extra-bold */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito/nunito-800.woff2') format('woff2');
  font-display: swap;
}

/* Fallback cho các trọng lượng khác */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/nunito/nunito-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito/nunito-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/nunito/nunito-600.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/nunito/nunito-800.woff2') format('woff2');
  font-display: swap;
}

/* Fallback cho phong cách in nghiêng */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito/nunito-regular.woff2') format('woff2');
  font-display: swap;
}
