/*
Theme Name: Stato App Theme
Theme URI: https://statopermesso.com
Author: Codex Automation
Author URI: https://statopermesso.com
Description: Custom WordPress theme crafted to mirror the Stato Flutter experience with consistent typography, color system, and modern layout primitives.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: stato-app
*/

html {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #0F172A;
    color: #FFFFFF;
}
