/**
 * Laravel: full admin palette is injected last via partials/site_theme_colors.blade.php
 * (overrides :root and body.theme* from style.css). This file remains for documentation
 * and optional static preview; keep it minimal to avoid fighting the Blade-injected block.
 *
 * Fallbacks — slate / teal admin palette (#0F766E primary).
 */
:root {
    --theme-color: var(--site-primary-color, #0f766e);
    --theme-color2: color-mix(
        in srgb,
        var(--site-primary-color, #0f766e) 42%,
        var(--site-secondary-color, #334155) 58%
    );
}
