/* =============================================
   CREATIVE PRINTERS - LIGHT MODE ONLY
   Theme toggle removed. All tokens live in :root.
   ============================================= */

/* Hide the theme toggle button — light mode is permanent */
.theme-toggle {
    display: none !important;
}

/* Smooth transitions for interactive elements only (not theme-switching) */
button, a, input, select, textarea,
.product-card, .modal-content, .form-group input,
.form-group select, .form-group textarea {
    transition: background-color 0.2s ease,
                color 0.2s ease,
                border-color 0.2s ease,
                box-shadow 0.2s ease,
                transform 0.2s ease;
}