/* Vene360 Application CSS */
/* Import the organized CSS structure */

@import url("main.css");

/* 
  This file serves as the main entry point for all application styles.
  The actual styles are organized in the main.css file which imports
  all necessary modules in the correct order.
  
  Structure:
  - Base styles (reset, variables, typography, helpers)
  - Layout styles (grid, containers, navbar)
  - Component styles (buttons, modals, tables, forms, cards)
  - Utility styles (spacing, display, responsive, breakpoints)
  - Page-specific styles (index, maintenance, refuel, logbook)
  - Theme styles (light, dark)
*/
