/**
 * Sunstone Dental — stylesheet entry point.
 *
 * This is the only stylesheet a page links to. Import order is the cascade
 * order, so keep it: tokens, then element defaults, then layout, then
 * components, then page compositions, then motion.
 *
 *   variables   design tokens — the single place to change the brand
 *   base        reset, typography hierarchy, element defaults
 *   layout      page shell, containers, section rhythm, grids
 *   components  buttons, header, nav, footer, forms, media, accordion
 *   patterns    editorial section compositions
 *   booking     the multi-step appointment form (book.html only)
 *   implants    the dental implants page (dental-implants.html only)
 *   emergency   the emergency dentistry page (dental-emergency.html only)
 *   general     the general dentistry page (general-dentistry.html only)
 *   motion      scroll reveals and reduced-motion handling
 */

@import url('variables.css');
@import url('base.css');
@import url('layout.css');
@import url('components.css');
@import url('patterns.css');
@import url('booking.css');
@import url('implants.css');
@import url('emergency.css');
@import url('general.css');
@import url('motion.css');
