:root {
    /* RESPONSIVE SIZES */
    --small-phone-max: 479px;
    --phone-min: 480px;
    --phone-max: 639px;
    --tablet-min: 640px;
    --tablet-max: 1149px;
    --desktop-min: 1150px;
}