/* UniSchool Brand Tokens */
:root {
    --brand-primary: #004d96;
    --brand-secondary: #ffb900;
    --bg: #ffffff;
    --text: #0f172a;
    --muted: #64748b;
    --border: #e5e7eb;
    --neutral-900: #0f172a;
    --neutral-700: #334155;
    --neutral-500: #64748b;
    --neutral-200: #e5e7eb;
    --neutral-50: #f8fafc;
    --radius: 12px;
    --shadow: 0 6px 20px rgba(0,0,0,.06);
    --font-heading: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}
