/* Self-hosted fonts — no external Google Fonts request. Variable fonts:
   one file each covers the weight range used. */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/inter-variable-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url('../fonts/playfair-display-variable-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/playfair-display-italic-700-latin.woff2') format('woff2');
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--ogsp-font-body);
	font-size: 16px;
	line-height: 1.6;
	color: var(--ogsp-charcoal);
	background: var(--ogsp-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--ogsp-font-headline);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.75em;
	color: var(--ogsp-charcoal);
}

p {
	margin: 0 0 1em;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

button {
	font-family: inherit;
}

.ogsp-section-label {
	font-family: var(--ogsp-font-body);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ogsp-amber);
}

.ogsp-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
