[data-theme="light"] {
    --text: #4c4f69;
    --background: #eff1f5;
    --primary: #6c6f85;
    --secondary: #acb0be;
    --accent: #40a02b;
}

[data-theme="dark"] {
    --text: #c6d0f5;
    --background: #303446;
    --primary: #a5adce;
    --secondary: #626880;
    --accent: #a6d189;
}