/*
 * Ultra CMS — Frontend Design System
 * LAYER 2 / 3 — BASE
 * ────────────────────────────────────────────────────────────────
 * Bare HTML defaults only. No component classes.
 */

body {
    background-color: var(--bg-body);
    color: var(--text-main);
    font-family: 'Outfit', 'Cairo', sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
}
