:root {
    --swiper-theme-color: #007aff;

    --white-color: #ffffff;
    --light-gray: #ccc;
    --gray-100: #f4f4f4;
    --gray-200: #e5e5e5;
    --gray-300: #ebecec;
    --gray-400: #a1a1a1;
    --white-color: #fff;
    --medium-blue: #01a9e9;
    --red-light-color: #fff0f4;
    --red-color: #ff3d00;
    --black-color: #000000;
    --global-transition: all 0.2s ease-in;
    --green-light-color: #effaf0;
    --green-color: #00A20C;
    --yellow-light-color: #ffffcc;
    --yellow-color: #ffeb3b;
}