|
- h1, h2, h3 {
- @include futura-bold;
- font-size: size(50);
- text-transform: uppercase;
- @media (min-width: 768px) {
- font-size: size(80);
- }
- }
-
- h1 {
- line-height: size(56);
- margin-bottom: 2rem;
- @media (min-width: 768px) {
- line-height: 1;
- }
- }
-
- h2 {
- font-size: size(28);
- line-height: size(32);
- margin-bottom: 2rem;
- @media (min-width: 768px) {
- font-size: size(45);
- line-height: size(52);
- }
- }
-
- h3 {
- font-size: size(20);
- margin-bottom: 0.75rem;
- }
|