/* Explain: Premium glassmorphism theme for Laundrova using brand colors */
:root {
    --primary-color: #6C3EFF;
    --primary-hover: #5A33D6;
    --secondary-color: #2D7FF9;
    --accent-color: #1F2937;
    --background-color: #FAFAFA;
    --surface-color: #FFFFFF;
    --text-color: #1F2937;
    --text-muted: #6B7280;
    --border-color: rgba(31, 41, 55, 0.1);
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
}
