/**
 * @fileoverview Shared component styles for the seating planner application.
 * Split into base shells and extensions to honor KISS and SOLID principles.
 */

@import url("./components-shared-base.css");
@import url("./components-shared-extensions.css");
