:root {
  --primary: #000000;
  --secondary: #ff6600;
}

* { box-sizing: border-box; margin: 0; padding: 0; }