/* Native Apple system font where available, native fallbacks elsewhere.
   No Apple font files are downloaded or redistributed. */
:root {
  --sans: -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --serif: var(--sans);
}
h1, h2, h3 {
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: -.025em;
  text-wrap: balance;
}
h3 { letter-spacing: -.015em; }
