:root {
  --font-heading: 'Barlow Condensed', system-ui, sans-serif;
  --font-body: 'Barlow', system-ui, sans-serif;
  --color-accent: #FF0000;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); }
img, svg, video { max-width: 100%; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); }
button, input, select, textarea { font: inherit; }
