/*
Theme Name: Studio VIP
Theme URI: https://studiovip.com/
Author: StudioVIP.com
Author URI: https://studiovip.com/
Description: Studio VIP is a custom editorial block theme that serves as the digital studio, portfolio, and design environment for StudioVIP. Built as an architectural, material-driven experience emphasizing restraint, proportion, and narrative flow.
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.3
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: studiovip
Tags: full-site-editing, block-patterns, wide-blocks

Studio VIP WordPress Theme, (C) 2024 StudioVIP.com
Studio VIP is distributed under the terms of the GNU GPL.

Studio VIP is based on Block Canvas
(https://github.com/Automattic/themes/tree/trunk/block-canvas),
(C) Automattic, GPLv2 or later.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/

/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--sky);
	color: var(--wp--preset--color--paper);
	border-color: var(--wp--preset--color--sky);
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: .0625em !important;
	text-underline-offset: .15em;
}
