/*
 * ============================================================
 *  PHARMA THEME — Entry Point
 *
 *  Import order matters:
 *    1. theme-variables.css  — defines all CSS custom properties
 *    2. theme-overrides.css  — applies them to Frappe components
 *
 *  To swap themes: change which variables file is imported.
 *  The overrides file never needs to change.
 * ============================================================
 */

@import url("theme-variables.css");
@import url("theme-overrides.css");
