@font-face {
	font-family: 'History Pro 02';
	src: url('./fonts/HistoryPro-Two.woff2') format('woff2'), url('./fonts/HistoryPro-Two.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

.standart-page {
	position: relative;
	font-family: 'EB Garamond', serif;
	font-style: normal;
	font-weight: 400;
	color: #000000;
}

.standart-page a {
	color: #28282F;
	text-decoration: none;
	border-bottom: 1px solid #BBA790;
	transition-duration: 0.3s;
	transition-property: color, border-bottom-color;
}

.standart-page a:hover {
	color: #BBA790;
	border-bottom-color: transparent;
}

.standart-page a:visited {
	color: #BBA790;
}

.standart-page h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.standart-page h1,
.standart-page h2,
.standart-page h3,
.standart-page h4,
.standart-page h5,
.standart-page h6,
.standart-page ul,
.standart-page p {
	margin: 0;
	padding: 0;
}

.standart-page p {
	font-size: 1.389vw;
	line-height: 171.5%;
	color: #232323;
}

.standart-page h1 {
	margin-top: 0.9vw;
	font-family: 'History Pro 02';
	font-weight: 400;
	font-size: 2.5vw;
	line-height: 151%;
	letter-spacing: 0.01em;
	color: #282828;
}

.standart-page h2 {
	font-family: 'History Pro 02';
	font-weight: 400;
	font-size: 2.8vw;
	line-height: 151%;
	letter-spacing: 0.01em;
	color: #282828;
}

.standart-page h3 {
	font-family: 'History Pro 02';
	font-style: normal;
	font-weight: 400;
	font-size: 2.103vw;
	line-height: 151%;
	letter-spacing: 0.01em;
	color: #282828;
}

@media (max-width: 768px) {
	.standart-page h1 {
		margin-top: 2.5vw;
		font-size: 6.453vw;
	}
	
	.standart-page h2 {
		font-size: 7vw;
	}
	
	.standart-page h3 {
		font-size: 5.604vw;
	}
	
	.standart-page p {
		font-size: 4.63vw;
		line-height: 150%;
	}
}