.bg-theme-primary{background-color:var(--theme-primary)}.bg-theme-secondary{background-color:var(--theme-secondary)}.text-theme-primary{color:var(--theme-primary)}.text-theme-secondary{color:var(--theme-secondary)}.border-theme-primary{border-color:var(--theme-primary)}.hover\:bg-theme-secondary:hover{background-color:var(--theme-secondary)}.shadow-theme{box-shadow:0 10px 15px -3px rgb(from var(--theme-primary) r g b/.2)}.gradient-theme{background:linear-gradient(135deg,var(--theme-primary) 0,var(--theme-secondary) 100%)}