/*
Theme Name: Nhan Thuy
Theme URI: https://xaydungnhanthuy.com/
Author: Xay Dung Nhan Thuy
Author URI: https://xaydungnhanthuy.com/
Description: Custom hybrid theme for the Xay Dung Nhan Thuy construction and renovation brand. Presentation layer only; business logic (CPT, taxonomy, rewrites, forms, schema) lives in the nhanthuy-core plugin. Built without any page builder or commercial framework.
Version: 1.2.5
Requires at least: 6.5
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nhanthuy
Domain Path: /languages
Tags: custom-colors, block-styles, editor-style, translation-ready, accessibility-ready, full-width-template

Nhan Thuy is free software distributed under the terms of the GNU GPL v2 or later.

The compiled front-end styles are built from assets/src/ into assets/dist/ by Vite.
This file only carries the theme header and a minimal no-build fallback so the theme
activates and renders safely even before the first `npm run build`.
*/

/* -- Minimal no-build fallback (real styling ships from assets/dist/) -------- */
:root {
	--nt-fallback-ink: #171a21;
	--nt-fallback-bg: #ffffff;
}
body.nt-no-build {
	color: var(--nt-fallback-ink);
	background: var(--nt-fallback-bg);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.6;
}
.nt-skip-link:focus {
	position: fixed;
	inset-block-start: 0.5rem;
	inset-inline-start: 0.5rem;
	z-index: 1000;
	padding: 0.5rem 1rem;
	background: #fff;
	color: #171a21;
	outline: 3px solid #0a6cff;
}
