/* All theme variables (colors, font, radius) are injected inline by index.php
   from the merged config (config.php + uploads/settings.json). The duplicate
   :root block previously here was overriding the admin-set values because it
   loaded after the inline <style>. Only non-themable shared vars belong here. */
:root {
    --transition-speed: 0.25s;
}
