.light-theme {
    --primary-bg: #ffffff;
    --secondary-bg: #f5f5f5;
    --text-color: #333333;
    --accent-color: #4a6bff;
    --hover-color: #3a5bef;
    --active-color: #2a4bdf;
    --border-color: #e0e0e0;
    --url-bar-bg: #f5f5f5;
    --tab-bg: #f5f5f5;
    --tab-active-bg: #ffffff;
    --card-bg: #f5f5f5;
    --card-hover-bg: #e5e5e5;
}

.dark-theme {
    --primary-bg: #1e1e1e;
    --secondary-bg: #2d2d2d;
    --text-color: #ffffff;
    --accent-color: #4a6bff;
    --hover-color: #3a5bef;
    --active-color: #2a4bdf;
    --border-color: #3d3d3d;
    --url-bar-bg: #2d2d2d;
    --tab-bg: #2d2d2d;
    --tab-active-bg: #1e1e1e;
    --card-bg: #2d2d2d;
    --card-hover-bg: #3d3d3d;
}
