/*
 * Main stylesheet entry — only @import lines here so load order stays obvious.
 * Educational: open css/tokens.css first (variables), then layout → components → feature CSS.
 * Page behavior (routing, tabs, reels) lives in js/*.js, not here.
 */
@import url("css/tokens.css");
@import url("css/animations.css");
@import url("css/layout.css");
@import url("css/pet-reel.css");
@import url("css/buttons.css");
@import url("css/components.css");
@import url("css/doctor-reel.css");
@import url("css/reviews-reel.css");
