@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;600;700&display=swap');

/* Force a Unicode-friendly system font that covers accented characters */
html, body {
  font-family: 'Noto Sans', 'Public Sans', 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Ensure elements using other families still fallback to Noto Sans */
* {
  font-family: inherit;
}
