font-weight: 400;
position: relative;
display: block;
- font-family: var(--font-heading);
+ font-family: var(--font-heading, var(--font-body));
@include lightDark(color, #222, #BBB);
.subheader {
font-size: 0.5em;
}
.break-text {
+ white-space: normal;
word-wrap: break-word;
overflow-wrap: break-word;
}