@tailwind base;@tailwind components;@tailwind utilities;:root{--theme-color-primary: #0d9488;--theme-color-dark: #0f766e}.bg-theme-primary{background-color:var(--theme-color-primary)}.hover\:bg-theme-dark:hover{background-color:var(--theme-color-dark)}.text-theme-primary,.hover\:text-theme-primary:hover{color:var(--theme-color-primary)}.border-theme-primary{border-color:var(--theme-color-primary)}.focus\:ring-theme-primary:focus{--tw-ring-color: var(--theme-color-primary)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
