/* Use the operating system's square Gothic/sans-serif UI font without web-font swapping. */
html, body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
}

/* Form controls follow the standard UI font of each device. */
#feedback-form input,
#feedback-form select,
#feedback-form textarea,
#feedback-form button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
