@charset "UTF-8";
/* headline */
.c-h2 {
	font-size: 1.75rem;
	font-weight: bold;
}
.c-h3 {
	font-size: 1.5rem;
	font-weight: bold;
}
.c-h4 {
	font-size: 1.25rem;
	font-weight: bold;
}
.c-h5 {
	font-size: 1rem;
	font-weight: bold;
}
.c-h6 {
	font-size: .75rem;
	font-weight: bold;
}
/* link */
.c-link {
    color: var(--indigo-A700);
    text-decoration: underline;
}
/* section */
.c-section {
	display: flex;
	flex-direction: column;
	row-gap: .5rem;
}