@charset "utf-8";
/* CSS Document */
/* Desktop */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
}

h1 {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 25px;
}

h2 {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 22px;
}

h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 18px;
	color: #0f172a;
	line-height: 1.3;
}

h4 {
	font-size: 1.25rem;
	font-weight: 500;
}

h5 {
	font-size: 1.25rem;
	font-weight: 400;
	font-style: italic;
}

h6 {
	font-size: 0.9rem;
	font-weight: 400;
	font-style: italic;
	font-variant: small-caps;
}

p {
	font-size: 1rem;
	color: #555;
	line-height: 1.8;
	max-width: 75ch;
	margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 20px;
	color: #0f172a;
	letter-spacing: -0.02em;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    color: #0f172a;
}