
:root[data-theme='light']{
  --bg:#ffffff;
  --text:#374151;
}
:root[data-theme='dark']{
  --bg:#0f172a;
  --text:#e2e8f0;
}
body{
  background-color:var(--bg);
  color:var(--text);
}
