:root {
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Roboto', sans-serif;
  --rounded-btn: 0.5rem;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --ua-fs-h1: 1.875rem;
  --ua-fs-h1-md: 3rem;
  --ua-fs-h2: 1.5rem;
  --ua-fs-h2-md: 1.875rem;
  --ua-fs-h3: 1.25rem;
  --ua-fs-h3-md: 1.5rem;
  --ua-fs-h4: 1rem;
  --ua-fs-h4-md: 1rem;
  --ua-fs-body: 1rem;
  --ua-fs-body-md: 1.125rem;
  --ua-fs-table: 0.875rem;
  --ua-fs-table-md: 0.875rem;
  --ua-home-space: 24px;
  --ua-home-space-lg: 48px;
}

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