/* Fonts are now self-hosted via @fontsource packages (imported in src/index.tsx)
   This keeps CSP tight and removes external dependencies */
body {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
