/**
 * Simple Finance Calculators - Main CSS
 * Modular CSS architecture for scalable calculator development
 *
 * PRAGMATIC APPROACH: Use existing style.css as base, add modular structure on top
 * This ensures nothing breaks while we have the new architecture in place.
 */

/* Import the existing working stylesheet as the base */
@import url('../style.css');

/* The modular files in css/ subdirectories are available for future migration */
/* Once fully tested, we can replace the above import with individual modular imports */
