/* themes.css - Thème OpusWebcam (Violet)
   Variables déplacées dans design-tokens.css */

/* ─────────────────────────────────────────────────
   TRANSITIONS FLUIDES
   ───────────────────────────────────────────────── */
* {
    transition: background-color 0.2s ease,
                color 0.2s ease,
                border-color 0.2s ease,
                box-shadow 0.2s ease;
}
