/*
Theme Name: Cumulu.aero Theme
Theme URI: https://cumulu.aero
Author: Sylvain Besnier
Author URI: 
Description: A custom, modern WordPress theme for the Cumulus.aero Flight School Management platform.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: cumulus
License: cumulus.aero
*/

/* 
 * NOTE: The primary styling for this theme is generated via Tailwind CSS.
 * This file contains base overrides if necessary, but utility classes are preferred.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --brand-blue: #0A2540;
    --brand-light-blue: #00D4FF;
}

body {
    font-family: 'Inter', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Base custom classes where Tailwind utilities might be too verbose */
.hero-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
}

.glass-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
