/*
Theme Name: OK-home
Theme URI: https://example.com/
Author: OK-home
Author URI: https://example.com/
Description: Minimal starter theme for the OK-home site.
Version: 0.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: ok-home
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Basic reset */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; line-height: 1.6; }
main { max-width: 960px; margin: 2rem auto; padding: 0 1rem; }
h1, h2, h3 { line-height: 1.25; }
