/* Local system fonts instead of Google Fonts */
body, button, input, select, textarea {
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
