|
27 | 27 | @include breakpoint(md) { |
28 | 28 | font-size: map-get($pairing-md, "size") !important; |
29 | 29 | line-height: map-get($pairing-md, "lh") !important; |
| 30 | + |
30 | 31 | @if (map-get($pairing-md, "size") >= $mktg-header-spacing-threshold and map-get($pairing, "size") < $mktg-header-spacing-threshold) { |
31 | 32 | letter-spacing: $mktg-header-spacing-large !important; |
32 | 33 | } |
| 34 | + |
33 | 35 | @if (map-get($pairing-md, "size") >= $mktg-header-weight-threshold and map-get($pairing, "size") < $mktg-header-weight-threshold) { |
34 | 36 | font-weight: $mktg-header-weight-large !important; |
35 | 37 | } |
|
40 | 42 | @include breakpoint(lg) { |
41 | 43 | font-size: map-get($pairing-lg, "size") !important; |
42 | 44 | line-height: map-get($pairing-lg, "lh") !important; |
| 45 | + |
43 | 46 | @if (map-get($pairing-lg, "size") >= $mktg-header-spacing-threshold and map-get($pairing-md, "size") < $mktg-header-spacing-threshold) { |
44 | 47 | letter-spacing: $mktg-header-spacing-large !important; |
45 | 48 | } |
| 49 | + |
46 | 50 | @if (map-get($pairing-lg, "size") >= $mktg-header-weight-threshold and map-get($pairing-md, "size") < $mktg-header-weight-threshold) { |
47 | 51 | font-weight: $mktg-header-weight-large !important; |
48 | 52 | } |
|
78 | 82 | @include breakpoint(md) { |
79 | 83 | font-size: map-get($pairing-md, "size") !important; |
80 | 84 | line-height: map-get($pairing-md, "lh") !important; |
| 85 | + |
81 | 86 | @if (map-get($pairing-md, "size") >= $mktg-body-spacing-threshold and map-get($pairing, "size") < $mktg-body-spacing-threshold) { |
82 | 87 | letter-spacing: $mktg-body-spacing-large !important; |
83 | 88 | } |
| 89 | + |
84 | 90 | @if (map-get($pairing-md, "size") >= $mktg-body-weight-threshold and map-get($pairing, "size") < $mktg-body-weight-threshold) { |
85 | | - font-weight: $font-weight-semibold; |
| 91 | + font-weight: $font-weight-medium; |
86 | 92 | } |
87 | 93 | } |
88 | 94 | } |
|
91 | 97 | @include breakpoint(lg) { |
92 | 98 | font-size: map-get($pairing-lg, "size") !important; |
93 | 99 | line-height: map-get($pairing-lg, "lh") !important; |
| 100 | + |
94 | 101 | @if (map-get($pairing-lg, "size") >= $mktg-body-spacing-threshold and map-get($pairing-md, "size") < $mktg-body-spacing-threshold) { |
95 | 102 | letter-spacing: $mktg-body-spacing-large !important; |
96 | 103 | } |
| 104 | + |
97 | 105 | @if (map-get($pairing-lg, "size") >= $mktg-body-weight-threshold and map-get($pairing-md, "size") < $mktg-body-weight-threshold) { |
98 | | - font-weight: $font-weight-semibold; |
| 106 | + font-weight: $font-weight-medium; |
99 | 107 | } |
100 | 108 | } |
101 | 109 | } |
102 | 110 | } |
103 | 111 | } |
104 | 112 |
|
| 113 | +.text-medium { |
| 114 | + font-weight: $font-weight-medium !important; |
| 115 | +} |
| 116 | + |
105 | 117 | // Pullquote |
106 | 118 |
|
107 | 119 | @mixin pullquote { |
|
0 commit comments