﻿:root {
    --bg-color: #ffffff;
    --text-color: #222;
    --card-bg: #f5f5f5;
}

[data-theme="dark"] {
    --bg-color: #121212;
    --text-color: #f5f5f5;
    --card-bg: #1e1e1e;
}