/**
 * Inter — áp dụng sau styles.css để ghi đè SVNGotham / AmpleSoft mặc định.
 * Giữ nguyên .stars (Font Awesome) trong styles.css.
 */
body {
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.font-ample {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
}
