/*
 * Local Montserrat font and global typography.
 */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/montserrat-latin-400-700.woff2") format("woff2");
}

body,
button,
input,
select,
textarea {
	font-family: var(--geser-font-family);
}

h1 {
	font-family: var(--geser-font-family);
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
