/**
 * iDi Atlas - Design System Stylesheet Placeholder
 * 
 * Note: Styling is mainly powered by Tailwind CSS v4 CDN in combination with
 * dynamic CSS custom properties injected in the document head by pucv_idi_inject_tailwind_theme().
 * This file serves to satisfy stylesheet links in various templates and keep the browser console perfectly clean.
 */

:root {
    /* Main Theme Variables fallback */
    --color-primary: #16205B;
    --color-brand: #FC8404;
}
