/* static/css/styles.css */
/* ================================
   AFL ODDS DASHBOARD - MAIN STYLESHEET
   Import orchestrator for modular CSS
   ================================ */

/* Design tokens and variables */
@import url('variables.css');

/* Base reset and typography */
@import url('base.css');

/* UI Components */
@import url('components.css');

/* Layout and responsive */
@import url('layout.css');

/* Panel styles */
@import url('panel.css');

/*
   Note: This file is the legacy orchestrator.
   It imports the modular CSS files and loads
   before them so they can override as needed.

   To customize:
   - Colors/fonts: edit variables.css
   - Components: edit components.css
   - Layout: edit layout.css
   - Panels: edit panel.css
*/
