:root
{
    --theme-blue:#2D3748;
    --dark-blue:#0D1121;
    --theme-orange:#FE7600;
    --bg-light-grey:#F3F3F3;
    --font-dark-grey:#333333;
    --font-light-grey:#8C8B8B;
    --red:#FF0000;
    --white:#ffffff;
    --black:#000000;
    --border-radius-big:16px;
    --border-radius-small:8px;
    --main-title-font-size:45px;
    --sub-title-font-size:20px;
    --sub-title-font-new:18px;
    --btn-font-size:16px;
    --bigger-fonts:40px;
    --smaller-fonts:15px;
    --border-radius:8px;
    --voucher-main-title:25px;
}