:root {
    --color-link: #a9d189;
    --color-btn: #a9d189;
    --color-btn-txt: #fff;
    --color-text: #000000;
    --color-text-white: #FFFFFF;
    --color-title: #000000;
    --color-bg-1: #fff;
    --color-bg-2: linear-gradient(to right, #fcde40, #ffbc39, #ff9a42, #ff7952, #ff5964);
    --color-bg-3: linear-gradient(to right, #fbf337, #e0ed52, #c9e568, #b7db7a, #a9d189);
    --color-red: #D72638;
    --font-title: Poppins;
    --font-text: Roboto;
}