/*
Theme Name: EDU NIXA School Theme
Theme URI: https://www.edunixa.com
Author: EDU NIXA Engineering Team
Author URI: https://www.edunixa.com
Description: Production-ready, ultra-responsive School Management System companion theme with Mobile APK / WebView optimization and Pakistani SaaS workflows.
Version: 2.5.0
License: GNU General Public License v2 or later
Text Domain: edunixa-theme
*/

/* Core Theme Custom Properties */
:root {
    --edunixa-primary: #FF7A00;
    --edunixa-secondary: #081F3D;
    --edunixa-slate: #F8FAFC;
    --edunixa-border: #E2E8F0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    background-color: var(--edunixa-slate);
    color: #0F172A;
}

/* Fullscreen Mobile Viewport Canvas */
.edunixa-theme-canvas {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
