diff --git a/assets/styles/root/050_typography.css b/assets/styles/root/050_typography.css index 2a199af..4341d3b 100644 --- a/assets/styles/root/050_typography.css +++ b/assets/styles/root/050_typography.css @@ -19,11 +19,11 @@ --font-size-scale-factor: 1vmax; --site-header-font-size: 200%; - --h1-size: 305%; - --h2-size: 244%; - --h3-size: 195%; - --h4-size: 156%; - --h5-size: 125%; + --h1-size: 212%; + --h2-size: 178%; + --h3-size: 135%; + --h4-size: 121%; + --h5-size: 100%; --h6-size: 100%; --line-height: 1.5; @@ -98,7 +98,7 @@ h1, h2, h3, h4, h5, h6 { font-family: var(--font-family-heading); - font-weight: 600; + font-weight: bold; letter-spacing: 1pt; line-height: var(--heading-line-height); }