:root {
    --color-primary-background-rgb: 255, 255, 255;
    --color-secondary-rgb: 250, 250, 250;
    --color-primary-rgb: 87, 179, 171;
    --color-primary-varian-rgb: 98, 199, 190;
    --color-secondary-color-rgb: 255, 210, 77;
    --color-error: #bb2722;
    --color-text-rgb: 0, 0, 0;

    --color-sign-in-bottom: #007D76;
    --color-border: #D9D9D9;
    --color-category-background-icon: #F3F3F3;
}