/**
 * Global Qivox typography layer.
 *
 * Applies Graphik (titles/subtitles) and Inter (everything else) site-wide
 * on top of Astra's defaults. Kept deliberately small: only the font stack,
 * heading weights and text-selection colour. Everything else stays with
 * Astra / the Customizer.
 */

body,
button,
input,
select,
optgroup,
textarea,
.ast-button,
.button {
	font-family: var(--qx-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title {
	font-family: var(--qx-font);
	font-weight: var(--qx-fw-bold);
	letter-spacing: var(--qx-ls-heading);
}

::selection {
	background: var(--qx-yellow);
	color: var(--qx-ink);
}

:where(a, button, input, select, textarea):focus-visible {
	outline: 2px solid var(--qx-yellow);
	outline-offset: 2px;
}

/* Astra's floating "scroll to top" button (bottom-right blue circle). */
#scroll-top {
	display: none !important;
}
