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

:root {
  --team-1: #e74c3c;
  --team-2: #3498db;
  --team-3: #2ecc71;
  --team-4: #f39c12;
  --winner: #f1c40f;
  --locked: #95a5a6;
  --bg: #1a1a2e;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
  color: white;
}
