/* Explain: Theme design tokens matching the red/blue Air Rescuers brand */
:root {
    --primary-color: #0c2340;
    --primary-hover: #153866;
    --secondary-color: #4A5568;
    --accent-color: #d1121d;
    --accent-hover: #b00f18;
    --accent-soft: #ffebee;
    --background-color: #F8F9FA;
    --surface-color: #FFFFFF;
    --text-color: #1a202c;
    --text-muted: #4a5568;
    --border-color: #e2e8f0;
    --success-color: #176b3a;
    --error-color: #b42318;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
    --radius-xl: 12px;
    --shadow-card: 0 10px 40px rgba(12, 35, 64, 0.08);
    --shadow-soft: 0 4px 20px rgba(12, 35, 64, 0.05);
}
