/* Normal - Regular (400) */
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans-v67-latin_vietnamese-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans-v67-latin_vietnamese-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Semi-Bold (600) */
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans-v67-latin_vietnamese-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans-v67-latin_vietnamese-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Italic (Nếu cần dùng cho các trích dẫn) */
@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans-v67-latin_vietnamese-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}