@font-face {
	font-family: 'Suisse Intl';
	src: url('/fonts/SuisseIntl-Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: block;
}

@font-face {
	font-family: 'Suisse Mono';
	src: url('/fonts/SuisseIntlMono-Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: block;
}

@font-face {
	font-family: 'Suisse Works';
	src: url('/fonts/SuisseWorks-Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: block;
}

:root {
	--cream: #f2f1ee;
	--grey-02: #d6d4cf;
	--black: #0f0e0e;

	--sans: 'Suisse Intl', system-ui, sans-serif;
	--serif: 'Suisse Works', serif;
	--mono: 'Suisse Mono', monospace;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: normal;
	box-sizing: border-box;
}

body {
	font-family: var(--sans);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: var(--cream);
	background-color: var(--black);
	margin: 0;
	text-wrap: pretty;
}

h1 {
	font-family: var(--mono);
	font-size: 1.618em;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.03m;
	margin-block: 0 1em;
	text-wrap: balance;
	text-transform: uppercase;
	font-weight: 400;
}

p {
	margin-block: 0 1lh;
	text-wrap: balance;
	text-wrap: pretty;

	&:last-child {
		margin-block-end: 0;
	}
}

a {
	color: currentColor;
}

address {
    margin-block-start: 1em;
    font-style: normal;
				text-wrap: balance;
}

.main {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100svh;
	padding: 48px;
}

.container {
	display: flex;
	flex-direction: column;
	gap: 3.5em;
	align-items: center;
	max-width: 64ch;
}

.centred {
	text-align: center;
}

.logo {
	width: 12em;
	max-width: 100%;
}

.small {
	font-size: 0.75em;
}

#mlb2-13091764.ml-form-embedContainer {
	margin: 0 !important;
}

@media screen and (width <= 30rem) {
	.container {
		gap: 2em;
	}

	.main {
		padding: 24px;
	}

	.logo {
		width: 5em;
		height: 2.58333em;
	}
}
