:root {
    --primary-cyan-color: #0097A7;
    --secondary-cyan-color: #00C0CE;
    --third-cyan-color: #00B3CD;
    
    --light-blue-color: #EFF4FA;
    --extra-light-blue-color: #F7F9FC;
    --additionl-blue-color: #E0EBF9;
    --dark-blue-color: #2C3245;

    --white-color: #FFFFFF;

    --primary-text-color: #474747;
    --secondary-text-color: #242424;
    --third-text-color: #373B3C;

    --medium-font-size: 18px;
    --small-font-size: 16px;
    --smallest-font-size: 14px;
    --tiny-font-size: 12px;

    --bold-font-weight: 700;
    --semibold-font-weight: 600;
    --regular-font-weight: 400;
    --light-font-weight: 300;

    --medium-line-height: 1.5;
    --small-line-height: 1.4;
    --smallest-line-height: 1.3;
}