@font-face {
	font-family: 'futura-pt';
	src:
		url('/assets/font/FuturaPT-Demi.woff2') format('woff2'),
		url('/assets/font/FuturaPT-Demi.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: 'futura-pt';
	src:
		url('/assets/font/FuturaPT-Bold.woff2') format('woff2'),
		url('/assets/font/FuturaPT-Bold.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Roboto';
	src:
		local('Roboto'),
		local('Roboto-Regular'),
		url('/assets/font/Roboto-Regular.woff2') format('woff2'),
		url('/assets/font/Roboto-Regular.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto';
	src:
		local('Roboto'),
		local('Roboto-Medium'),
		url('/assets/font/Roboto-Medium.woff2') format('woff2'),
		url('/assets/font/Roboto-Medium.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Roboto';
	src:
		local('Roboto Italic'),
		local('Roboto-Italic'),
		url('/assets/font/Roboto-Italic.woff2') format('woff2'),
		url('/assets/font/Roboto-Italic.woff') format('woff');
	font-display: swap;
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto';
	src:
		local('Roboto Bold'),
		local('Roboto-Bold'),
		url('/assets/font/Roboto-Bold.woff2') format('woff2'),
		url('/assets/font/Roboto-Bold.woff') format('woff');
	font-display: swap;
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Roboto';
	src:
		local('Roboto Bold Italic'),
		local('Roboto-BoldItalic'),
		url('/assets/font/Roboto-BoldItalic.woff2') format('woff2'),
		url('/assets/font/Roboto-BoldItalic.woff') format('woff');
	font-style: italic;
	font-weight: 700;
	font-display: swap;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	min-height: 100%;
	font-family: 'Roboto', 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'futura-pt', 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.logo {
	transform: translateY(50%);
	background: white;
	padding: 0 16px;
	margin-top: 8px;
}
.logo img {
	width: 164px;
}
.content {
	max-width: 360px;
	margin: 0 8px 16px 8px;
	border: 1px solid black;
	padding: 32px 24px;
	text-align: center;
}
@media only screen and (min-device-width: 481px) {
	.content {
		padding: 48px 72px;
	}
}
.content .message {
	font-family: 'futura-pt', 'Montserrat', 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.alternative__promo-code__code {
	background-color: #deca86;
	display: block;
	font-family: 'Roboto', 'Montserrat', sans-serif;
	padding: 4px 24px;
	font-size: larger;
	font-weight: bold;
	width: max-content;
	margin: 4px auto;
}
.alternative__promo-code__terms {
	color: gray;
	font-size: 0.7em;
}
.alternative__promo-code__terms a {
	color: gray;
	text-decoration: none;
}
