:root {
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --rounded-btn: 0.5rem;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
}

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