/*
Theme Name: saitias guitars
Theme URI: https://saitiasguitars.com
Author: saitias guitars
Description: WordPress theme converted from the saitias static HTML. Text and media are editable in the admin (Pages, Posts, Customizer). For multilingual sites, install Polylang or WPML and translate content per language.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saitias
*/

/* Base layout — Tailwind handles utilities via CDN; critical overrides below */
/* Scrollbar / layout-width fix for PC: see theme.css (loads after this; survives Tailwind Preflight). */
html {
	height: 100%;
}
body.saitias-body {
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	background-color: #f8f7f5;
	color: #1a1a1a;
	font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
}
* { box-sizing: border-box; }

/* Block editor content on inner pages */
.saitias-page-content .alignwide { max-width: 100%; }
.saitias-page-content img { max-width: 100%; height: auto; }
