/* typography */ body { // font-family: $font-primary; font-family: "nunito-woff2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; font-size: $font-size; line-height: 1.6; color: $text-color; } p, .paragraph { font-weight: 400; color: $text-color; line-height: 26px; font-family: $font-primary; } h1, h2, h3, h4, h5, h6 { color: $text-dark; //font-family: $font-secondary; font-family: "momo-woff2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.2; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { font-weight: 800; } h1, .h1 { font-size: 36px; @include mobile { font-size: 30px; } } h2, .h2 { font-size: 30px; @include mobile { font-size: 26px; } } h3, .h3 { font-size: 26px; @include mobile { font-size: 24px; } } h4, .h4 { font-size: 22px; } h5, .h5 { font-size: 20px; } h6, .h6 { font-size: 18px; } .fa-xs { font-size: 0.8em !important; padding-right: 6px; } .font-small { font-size: 0.8em; font-style: italic; color: lighten($color: $text-color, $amount: 30); } .font-pill { font-size: 0.5em; font-weight: 600; }