/*
Theme Name: Villa Botticelli
Theme URI: https://villabotticellipuglia.com
Author: Villa Botticelli
Description: Block theme for Villa Botticelli, a private villa in San Vito dei Normanni, Puglia. Paper-and-gold palette and Jost typography taken from the house logo.
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: villa-botticelli
Tags: full-site-editing, block-patterns, one-column, custom-colors, custom-menu, translation-ready
*/

/* Block themes style through theme.json. Only what theme.json cannot express lives here. */

/* Uppercase letterspaced labels used in the kicker / nav / button styles. */
.vb-kicker {
	text-transform: uppercase;
	letter-spacing: 0.28em;
}

.vb-wordmark {
	text-transform: uppercase;
	letter-spacing: 0.28em;
}

/* Sticky site header. */
.vb-header {
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(8px);
}

.admin-bar .vb-header {
	top: 32px;
}

/* Cover blocks used as full-bleed image sections. */
.vb-hero .wp-block-cover__inner-container {
	max-width: 900px;
}

/* Details blocks in the FAQ. */
.wp-block-details summary {
	cursor: pointer;
	list-style: none;
}

.wp-block-details summary::-webkit-details-marker {
	display: none;
}

/* Tables: right-aligned figures with tabular numerals. */
.vb-table td:last-child,
.vb-table th:last-child {
	text-align: right;
	font-variant-numeric: tabular-nums;
}
