/*
Theme Name: Mega Yacht Hub Child
Theme URI: https://megayachthub.com
Description: Child theme for Mega Yacht Hub, based on Twenty Twenty-Five.
Author: Mega Yacht Hub
Template: twentytwentyfive
Version: 1.28.0
Text Domain: megayachthub-child
*/

/* Single site font — Gotham Book everywhere. */
html,
body,
button,
input,
select,
textarea,
.wp-site-blocks,
.wp-block-post-content,
.wp-block-post-title,
h1, h2, h3, h4, h5, h6,
p, a, span, li, label {
	font-family: var(--myh-font, "Gotham Book", sans-serif) !important;
}

body {
	color: var(--myh-text, #1a1a1a);
	background: var(--myh-surface, #ffffff);
}

a {
	color: var(--myh-primary, #0096e1);
}

a:hover {
	color: var(--myh-accent, #f05a28);
}
