/* Nunito Sans fallback - using system fonts to avoid CSP issues */
/* The actual Nunito Sans font files couldn't be downloaded */
/* Using similar system fonts as fallback */
body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif;
}
