:root {
  --primary: #e1306c;
  --primary-dark: #c13584;
  --secondary: #833ab4;
  --accent: #fd1d1d;
  --bg: #fafafa;
  --surface: #ffffff;
  --text: #262626;
  --text-light: #8e8e8e;
  --border: #dbdbdb;
}