
/* components/_headings.css */

.c-h-display {
	font-size: var(--text-h1);
	font-family: var(--font-serif);
	line-height: calc( 100% * 52 / 48 );
	font-weight: 400;
	letter-spacing: -0.02em;
}

.c-h-display-legales{
	font-size: var(--text-h1-legales);
	font-family: var(--font-serif);
	line-height: calc( 100% * 52 / 48 );
	font-weight: 400;
	letter-spacing: 0.02em;
}

.c-h2-legales{
	font-family: var(--font-serif);
	line-height: calc( 100% * 52 / 48 );
	font-weight: 400;
	letter-spacing: 0.02em;
	font-size: var(--text-h2-legales);
}

.c-h3-legales{
	font-family: var(--font-serif);
	font-size: var(--text-h3-legales);
	letter-spacing: 0.03em;
}

.c-h4-legales{
	font-family: var(--font-serif);
	font-size: var(--text-h4-legales);
	letter-spacing: 0.04em;
}

.c-h5-legales{
	font-family: var(--font-serif);
	font-size: var(--text-h5-legales);
	letter-spacing: 0.04em;
}

.c-h1 {
	font-size: var(--text-h2);
	font-family: var(--font-serif);
	line-height: calc( 100% * 58 / 54 );
	font-weight: bold;
	letter-spacing: -0.02em;
}
.c-h2 {
	letter-spacing: -0.02em;
}
.c-h3 {
	font-size: var(--text-h3);
	font-weight: bold;
}

.c-h5{
	
	font-weight: bold;
}



