:root {
    --red-color: rgba(238,58,35,255);
    --pink-color: rgba(254,63,112,255);
    --pink-light-color: rgba(245,144,134,255);
    --background-color: rgba(245, 245, 245, 1);
    --black-color: rgba(49, 57, 63, 1);
    --white-color: rgba(255, 255, 255, 1);
    --white-dark-color: rgba(240, 242, 243, 1);
    --gray-color: rgba(235, 236, 237, 1);
    --dark-gray-color: rgba(96, 96, 96, 1);
    --dark-gray-color-alpha: rgba(96, 96, 96, 0.5);
    --dark-black-color: rgba(34, 32, 30, 255);
    --gray-2-color: rgba(96, 96, 96, 1);
    --green-color: rgba(123, 183, 190, 1);
    --clear-color: rgba(0, 0, 0, 0);
    --blue-light-color: rgba(201, 233, 236, 1);
    --blue-color: rgba(124, 174, 203, 1);

    --font-main: 'Heebo', sans-serif;
}
