:root {
  --gold: #d4a90e;
  --italian-red: black;
  --white: #ffffff;
  --text-light: #f5f5f5;
  --text-muted: #cccccc;
  --bg-dark: #0a0a0a;
  --transition: all 0.4s ease-in-out;
}

html, body {

  overflow-x: hidden;
  user-select: none;
}
