/*
Theme Name: Vinh Local Guide
Theme URI: https://vinhlocalguide.com
Author: Vinh Local Guide
Author URI: https://vinhlocalguide.com
Description: Custom native Gutenberg block theme for Vinh Local Guide — private motorcycle and van tours in Nha Trang, Vietnam. Built with theme.json global styles, editable block patterns, and no page builder.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.21.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vinh-local-guide
Tags: block-theme, full-site-editing, custom-colors, custom-menu, translation-ready, travel, tourism

This theme is a Gutenberg-only, native WordPress block theme. Global colors,
typography, spacing and button styles are defined in theme.json. This file
exists because WordPress requires a style.css with the header above to
recognize the theme; layout rules that theme.json cannot express (the
responsive hero, mobile menu, floating buttons, gallery grid/lightbox) live
in assets/css/style.css and are enqueued from functions.php.
*/

/* Minimal safety-net reset. The bulk of visual styling comes from theme.json
   (colors, typography, spacing, buttons) and assets/css/style.css (layout). */
*,
*::before,
*::after {
	box-sizing: border-box;
}

img,
svg {
	max-width: 100%;
	height: auto;
	display: block;
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
[role="button"]:focus-visible {
	outline: 2px solid var(--wp--preset--color--gold-hover);
	outline-offset: 2px;
}
