milligram/src/_Typography.sass

56 lines
969 B
Sass
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Typography
//
b,
strong
font-weight: bold
p
margin-top: 0
h1,
h2,
h3,
h4,
h5,
h6
font-weight: bold
letter-spacing: -.1rem
margin-bottom: 2.0rem
margin-top: 0
color: $color-secondary
h1
font-size: 5.6rem
line-height: 1.2
h2
font-size: 3.6rem
line-height: 1.25
h3
font-size: 2.8rem
line-height: 1.3
h4
font-size: 2.2rem
letter-spacing: -.08rem
line-height: 1.35
h5
font-size: 1.8rem
letter-spacing: -.05rem
line-height: 1.5
h6
font-size: 1.6rem
letter-spacing: 0
line-height: 1.4
.heading-fancy
letter-spacing: 6px
margin: 0
color: #71cad1
text-shadow: -1px 0 #27162a, 0 -1px #27162a, 1px 0 #27162a, 0 1px #27162a, 1px 1px #27162a, -1px -1px #27162a, -2px 2px #27162a, 2px -2px #27162a, 3px 3px #ef71a8, 4px 4px #ef71a8, 5px 5px #ef71a8, 6px 6px #ef71a8