@font-face {
    font-family: 'Akzidenz Grotesk BE';
    src: url('../fonts/AkzidenzGroteskBE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz Grotesk BE';
    src: url('../fonts/AkzidenzGroteskBE-It.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Akzidenz Grotesk BE';
    src: url('../fonts/AkzidenzGroteskBE-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Mark Simonson - Proxima Nova.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Mark Simonson - Proxima Nova Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Override GeneratePress base stack so everything inherits our presets */
body,
button,
input,
select,
textarea {
    font-family: var(--wp--preset--font-family--georgia, 'Georgia', serif);
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.2;
}

/* Make all headings use Akzidenz, trumping parent theme */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--wp--preset--font-family--akzidenz-grotesk-be), sans-serif;
    font-weight: 700;
}

input,
textarea,
select {
    font-family: var(--wp--preset--font-family--akzidenz-grotesk-be), sans-serif;
    font-weight: 400;
    font-size: clamp(1.3rem, 1.1997rem + 0.4586vw, 1.75rem);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

button,
input[type="submit"],
.button,
.wp-block-button__link {
    font-family: var(--wp--preset--font-family--akzidenz-grotesk-be), sans-serif;
    font-weight: 700;
    font-size: clamp(1.3rem, 1.1997rem + 0.4586vw, 1.75rem);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


h1 {
    font-size: clamp(1.75rem, 1.3599rem + 1.7834vw, 3.5rem);
}

h2 {
    font-size: clamp(1.25rem, 1.1943rem + 0.2548vw, 1.5rem);
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

a {
	text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}