:root{
  --font-sans: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', Ubuntu, Cantarell, 'DejaVu Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
html, body { font-family: var(--font-sans); }
h1,h2,h3,h4,h5,h6{ font-weight:600; }