/**
 * The Selby brand styles.
 */

body {
	--wp--preset--color--foreground: #000;
	/*--wp--preset--color--primary: #000;
	--wp--preset--color--secondary: #00b2e2;
	--wp--preset--color--secondary-dark: #00a7d5;*/
}

/* Headings */
h1,
.has-huge-font-size {
	line-height: 0.9;
}
h2,
.has-x-large-font-size {
	line-height: 1;
}
h3,
.has-large-font-size {
	font-weight: 600;
}

h4,
.has-medium-font-size {
	line-height: 1.2;
	font-family: var(--wp--preset--font-family--body);
}
h5,
.has-eyebrow-font-size {
	line-height: 1;
	font-family: var(--wp--preset--font-family--body);
}

.wp-block-button {
	--wp--preset--color--secondary: black;
}

/* Buttons .has-button-foreground-color.has-button-background-background-color*/
.has-button-foreground-color:hover {
    background-color: var(--wp--preset--color--secondary) !important;
    color: white !important;
	opacity: 1 !important;
}

/* Dialog modal centered vertically */
dialog.dialog-modal:modal {
    margin: auto;
	border-radius: 8px;
}
