/*
  Nallpa typography — DM Sans

  DM Sans is loaded from the official Google Fonts CSS in <head> so the same
  font files are delivered consistently to iPadOS, macOS, Windows, Android,
  and GitHub Pages deployments.
*/

:root {
  --font-sans: "DM Sans", Arial, Helvetica, sans-serif;
}

html,
body {
  font-family: var(--font-sans);
}

button,
input,
textarea,
select {
  font: inherit;
}

/* Prevent browsers from synthesizing unsupported faces/weights. */
html {
  font-synthesis: none;
}
