body {
	background-color: white;
	color: black;
}

.wrapper {
	padding: 80px 40px;
	max-width: 800px;
	margin: 0 auto;
}

.logo {
	width: 80%;
	max-width: 200px;
	margin-bottom: 25px;
	display: inline-block;
}

h1 {
	font-family: "Cadiz-Bold";
	font-size: 40px;
	line-height: 1.1;
}
@media screen and (min-width: 1024px) {
	h1 {
		font-size: 60px;
	}
}

p {
	font-family: "Cadiz-Regular";
	font-size: 18px;
}
@media screen and (min-width: 1024px) {
	p {
		font-size: 24px;
	}
}

a {
	color: black;
}

@font-face {
	font-family: "Cadiz-Bold";
	src: url("./fonts/CadizWeb-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: "Cadiz-Regular";
	src: url("./fonts/CadizWeb-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}
