/* Aggregator stylesheet for clock app */

/* removed global layout & typography rules - moved to base.css */
/* removed logo styling - moved to logo.css */
/* removed clock container & canvas styling - moved to base.css */
/* removed zoom & quick control button styling - moved to controls.css */
/* removed settings panel & form control styling - moved to settings.css */
/* removed title overlay styling - moved to title.css */
/* removed inactivity visibility rules - moved to inactivity.css */

@import url("base.css");
@import url("logo.css");
@import url("controls.css");
@import url("settings.css");
@import url("title.css");
@import url("inactivity.css");