/*
Theme Name: AgencyCRM
Theme URI: https://weinsurefm.net
Author: Right Choice Insurance
Description: Minimal custom theme for AgencyCRM — no bloat, no block editor interference, full screen app ready.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: Private
*/

/* ── Reset only what's needed ─────────────────────────────────────────────── */

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
