:root {
  --primary: #4f46e5;
  --bg: #ffffff;
  --text: #111827;
  --font-main: 'Poppins', sans-serif;
}

[data-theme="dark"] {
  --bg: #111827;
  --text: #ffffff;
}