:root {
  --primary: #111111;
  --secondary: #222222;
  --accent: #ff2b78;
  --background: #0b0b0d;
  --card: #181820;
  --text: #ffffff;
  --muted: #b7b7c5;
  --link: #ff7bad;
  --button: #ff2b78;
  --button-hover: #ff5b9d;
  --header: #111111;
  --footer: #08080a;
  --border: #2b2b37;
  --gradient-start: #ff2b78;
  --gradient-end: #7b2cff;
  --hero-gradient-start: rgba(0,0,0,.78);
  --hero-gradient-end: rgba(255,43,120,.38);
}