:root {
    --primary-color: #2b78e4;
    --bg-color: #f5f8fc;
    --panel-bg: #ffffff;
    --text-color: #333333;
    --border-color: #c0cddb;
    --hover-bg: #e2eaf5;
    --active-bg: #d0dcf0;
    --header-bg: #d9e2ec;
    --header-text: #1a1a1a;
    --indicator-off: #2a3a4a;
    --indicator-on: #4cd964;
    --btn-text: #ffffff;
}
