/*
Theme Name: RevBoost App Shell
Theme URI: https://revboost.app
Author: RevBoost
Author URI: https://revboost.app
Description: Minimal full-screen application theme for RevBoost SaaS dashboard.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: revboost-app-shell
*/

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

body {
    background: #f6f7f9;
}
