/**
 * Third-Party Component Customizations
 *
 * This file imports all third-party library customizations.
 * Import this file after the third-party library CSS but before components.
 */

/* Shoelace Customizations */
@import url('./shoelace-custom.css');

/* Add other third-party customizations here as needed */
/* Example: @import url('./other-library-custom.css'); */

