@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");:root{--background:#ffffff;--foreground:#171717;--cursor-size:24px}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Poppins,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:url(/drinkLogo.svg),auto}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none;cursor:url(/pointerCustom.svg) 10 5,pointer}.cursor-pointer,.cursor-pointer:hover,[onclick],[onclick]:hover,[role=button],[role=button]:hover,a:hover,button,button:hover,input[type=button],input[type=button]:hover,input[type=reset],input[type=reset]:hover,input[type=submit],input[type=submit]:hover,select,select:hover{cursor:url(/pointerCustom.svg) 10 5,pointer!important}button:disabled,input:disabled,select:disabled{cursor:not-allowed!important}.cursor-default{cursor:url(/drinkLogo.svg),auto!important}.cursor-pointer{cursor:url(/pointerCustom.svg) 10 5,pointer!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.card-hover:hover{transform:translateY(-2px)}.btn-hover:hover,.card-hover:hover{cursor:url(/pointerCustom.svg) 10 5,pointer!important;transition:all .2s ease}.btn-hover:hover{transform:scale(1.02)}@media (prefers-color-scheme:dark){html{color-scheme:dark}}