/*
 Theme Name: CRM911 Classic
 Theme URI: https://crm911.com
 Description: Minimal classic theme for CRM911 with a handcrafted homepage and CTA.
 Author: CRM911
 Version: 1.0.0
 Text Domain: crm911-classic
*/

/*
  CRM911 Classic stylesheet loader
  - core.css: all non-navigation theme styling (typography, layout, pages, captions, etc.)
  - nav.css: header + menus (desktop dropdowns, Services mega menu, mobile drawer, tooltips)
*/

/* Preferred modern approach */
@import url("./core.css");
@import url("./nav.css");

/* Fallback for older setups that may ignore @import (rare) */
@import url("core.css");
@import url("nav.css");
