diff options
Diffstat (limited to 'src/styles/base')
| -rw-r--r-- | src/styles/base/_typography.scss | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/src/styles/base/_typography.scss b/src/styles/base/_typography.scss index 61d7616..39f0bfa 100644 --- a/src/styles/base/_typography.scss +++ b/src/styles/base/_typography.scss @@ -1,3 +1,4 @@ +.greetings,  h1 {    font-size: var(--font-size-3xl);  } @@ -23,6 +24,7 @@ h6 {    font-size: var(--font-size-md);  } +.greetings,  h1,  h2,  h3, @@ -33,7 +35,14 @@ h6 {    font-family: var(--font-family-secondary);    font-weight: 500;    margin: 0 0 var(--spacing-sm); +} +h1, +h2, +h3, +h4, +h5, +h6 {    * + {      h2,      h3, | 
