/* 系統字體 fallback - 取代 Google Fonts 提升越南訪問速度 */
body, html {
  font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, 
    'Microsoft JhengHei', '微軟正黑體', 'PingFang TC', 
    'Helvetica Neue', Arial, sans-serif !important;
}