@font-face {
	font-family: "SF Pro Display";
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/sf-pro-regular.OTF) format("opentype");
}

@font-face {
	font-family: "SF Pro Display";
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/sf-pro-bold.OTF) format("opentype");
}

@font-face {
	font-family: "SF Pro Display";
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/sf-pro-medium.OTF) format("opentype");
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background-color: #fff;
	font-family: "SF Pro Display", sans-serif;
	font-weight: 400;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Pagr CSS */

.header {
	padding-block: 35px 30px;
	background-color: #000;
}

.wrapper {
	max-width: 750px;
	margin-inline: auto;
	padding-inline: 12px;
}

.header h1 {
	margin: 0;

	font-weight: 700;
	font-size: 2.187rem;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}

.content {
	padding-block: 50px 80px;
}

.content h2 {
	margin: 0 0 15px;

	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1.15;
	color: #000;
}

.content p {
	margin: 0 0 30px;

	font-size: 1.125rem;
	line-height: 1.33;
	color: #000;
	text-wrap: pretty;
}

.content p:has(+ ul, + p) {
	margin-bottom: 20px;
}

.content ul p {
	margin: 0;
}

.content p a {
	text-decoration: underline;
	color: #000;
	font-weight: 600;
	font-size: 1.25rem;
}

.content p a:hover,
.content p a:focus {
	text-decoration: underline;
	color: #000;
}

.content ul {
	margin: 0 0 20px;
	padding-left: 25px;
	color: #000;
}

.content ul:has(+ h2) {
	margin-bottom: 30px;
}

.content p.small-text {
	font-size: 1rem;
}

.content p.small-text a {
	font-size: 1.125rem;
}

.content p.mt50-mb0 {
	margin: 50px 0 0;
}

/* Media queries */

@media only screen and (min-width: 768px) {
	.header {
		padding-block: 60px 57px;
	}

	.header h1 {
		font-size: 3.125rem;
	}

	.content {
		padding-block: 80px 140px;
	}

	.content h2 {
		font-size: 3.125rem;
		line-height: 1.3;
	}

	.content p.small-text {
		margin-top: 100px;
	}

	/* Cookie Page */

	.cookie-page h2 {
		line-height: 1.1;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.content {
		padding-block: 133px 200px;
	}

	.content.terms-page {
		padding-top: 100px;
	}
}
