/*
 * Main Stylesheet (style.css)
 *
 * As of Revision 9 (New Scheme), the application has migrated to Tailwind CSS.
 *
 * ARCHITECTURE NOTE:
 * - Most styling is now applied directly via utility classes in the HTML/PHP files (e.g., class="bg-white p-6").
 * - Reusable Custom Components (like .btn, .card, .form-input) are defined in the 
 * <style type="text/tailwindcss"> block located in 'includes/header.php'.
 * - Global color and font configurations are handled in the Tailwind config script 
 * also located in 'includes/header.php'.
 *
 * PURPOSE OF THIS FILE:
 * This file is currently reserved for specific, non-Tailwind overrides, complex animations,
 * or third-party library integrations (like specialized date pickers or chart libraries) 
 * that may be added in the future.
 *
 * @copyright Copyright (c) 2025 macweb.ca. All Rights Reserved.
 * @version   2.0.0 (Tailwind Migration)
 */

/* * No custom CSS is currently active here to avoid conflicts with the 
 * Tailwind CSS utility-first framework.
 * * Add custom standard CSS below this line if needed.
 */