/**
 * KC-SHARED CSS - Import all shared styles
 *
 * This file imports all the base styles from kc-shared theme.
 * Child themes can import this single file to get all shared styles,
 * Omit any imports not needed,
 * then add their own theme-specific styles after.
 *
 * Organized folder structure:
 * - foundation/: Core variables, resets
 * - utilities/: Typography, spacing utilities
 * - components/: Reusable UI components
 * - pages/: Page-specific styles
 */

/* Foundation - Variables, resets, and base styles */
@import url('./foundation/index.css');

/* Utilities - Helper classes */
@import url('./utilities/index.css');

/* Components - Reusable UI elements */
@import url('./components/index.css');

/* Pages - Page-specific styles */
@import url('./pages/index.css');