|
|
|
|
@ -13,7 +13,7 @@ body {
@@ -13,7 +13,7 @@ body {
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 { |
|
|
|
|
font-family: var(--heading-font), serif; |
|
|
|
|
font-weight: 300; |
|
|
|
|
font-weight: 400; |
|
|
|
|
line-height: 1.1; |
|
|
|
|
color: var(--color-primary); |
|
|
|
|
margin: 0 0 10px; |
|
|
|
|
@ -49,8 +49,11 @@ p {
@@ -49,8 +49,11 @@ p {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.lede { |
|
|
|
|
font-size: 1.5rem; |
|
|
|
|
font-family: var(--main-body-font), serif; |
|
|
|
|
font-size: 1.6rem; |
|
|
|
|
word-wrap: break-word; |
|
|
|
|
margin: 20px 0; |
|
|
|
|
font-weight: 300; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
strong, .strong { |
|
|
|
|
@ -145,13 +148,6 @@ svg.icon {
@@ -145,13 +148,6 @@ svg.icon {
|
|
|
|
|
margin-top: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.lede { |
|
|
|
|
font-size: 1.9em; |
|
|
|
|
line-height: 1.25; |
|
|
|
|
margin: 20px 0; |
|
|
|
|
font-weight: lighter; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header { |
|
|
|
|
text-align: center; |
|
|
|
|
z-index: 1000; /* Ensure it stays on top */ |
|
|
|
|
|