
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&display=swap");
:root {
    --header-color: #1F0D31;
    --navbar-color: #b81800;
    --primary-color: #8a0000;
    --secondary-color: #f0d800;
    --third-color: #8a0000;
    --lottery-color: #2e2e2e;
    --footer-color: #2E0249;
    --header-text: #ffffff;
    --navbar-text: #ffffff;
    --jackpot-text: #f10808;
    --primary-text: #ffffff;
    --secondary-text: #dedede;
    --lottery-text: #ffffff;
    --footer-text: #ffffff;
    --c-white: #ffffff;
    --c-black: #0c0c0c;
    --c-grey: #181818;
    --gradient: #8a0000;
    --background-theme: url(https://images.linkcdn.cloud/V2/00017/bod.jpg);
    --jackpot-theme: url(https://style.mixlink.top/jackpot/1_10.webp);
    --background-page: #000000de;
    --page-text: #ffffff;
}
