:root {
    --theme-color: #123D62FF;
    --bg-color: #FAFAFAFF;
    --text-color: #000000FF;
    --selection-color: #123D62FF;
    --border-color: #CACACAFF;
}

:root[data-theme="dark"] {
    --theme-color: #123D62FF;
    --bg-color: #0B0F0CFF;
    --text-color: #D9DDD9FF;
    --selection-color: #123D62FF;
    --border-color: #666666FF;
}