:root{
  --font-body: "NeuePlakText", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-heading: "NeuePlak", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body { font-family: var(--font-body); }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); }
