:root {

    --background: #f7f7f7;
    --background-container: #ffffff;
    --primary-blue: #0283BD;
    --primary-green: #15B007;
    --primary-orange: #ff4500;
    --primary-red: #B00707;
    --primary-uneventful: #777777;
    --chart-blue: #165BAA;
    --dark-blue: #0E0E52;
    --sea-blue: #63ABFD;
    --action-blue: #006B9B;
    --text-color: #333;
    --hover-background: #000;
    --hover-color: #fff;
    --border-color: #ccc;
    --placeholder-color: #999;
    --background-rgb: 247, 247, 247;
    --background-container-rgb: 255, 255, 255;
    --primary-blue-rgb: 2, 131, 189;
    --primary-green-rgb: 21, 176, 7;
    --primary-orange-rgb: 255, 69, 0;
    --primary-red-rgb: 176, 7, 7;
    --primary-uneventful-rgb: 119, 119, 119;
    --chart-blue-rgb: 22, 91, 170;
    --dark-blue-rgb: 14, 14, 82;
    --sea-blue-rgb: 99, 171, 253;
    --action-blue-rgb: 0, 107, 155;
    --text-color-rgb: 51, 51, 51;
    --hover-background-rgb: 0, 0, 0;
    --hover-color-rgb: 255, 255, 255;
    --border-color-rgb: 204, 204, 204;
    --placeholder-color-rgb: 153, 153, 153;

    --site-width: 2200px;
}
