/* Placeholder file to avoid 404 when loading local google-fonts.css
   You can replace this with a local subset or leave it importing the remote Google Fonts.
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

html, body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
