/* ============================================
   💄 آتی شاپ - Vendor Assets (All Local)
   All third-party libraries hosted locally
   No CDN dependencies
   ============================================ */

/* FontAwesome Icons - Local Version 6.5.1 */
@import url('./fontawesome-local.css');
@import url('./fontawesome/css/all.min.css');

/* Vazirmatn Persian Font — NOT imported here on purpose.
   App.razor links vazirmatn-local.css directly via @Assets[], which emits a
   content-fingerprinted URL. Importing it here too would request the plain URL,
   so the browser would treat them as two different resources and download the
   same stylesheet twice. Keep the single direct <link> in App.razor. */

/* All vendor assets are now loaded from local files */
/* Performance: Faster, No external dependencies */
/* Privacy: No external tracking or data leakage */
/* Reliability: Works offline, no CDN downtime */
