@@ -11,7 +11,7 @@ $text-display-line-height: 1.1 !default;
1111 @include c .line-height (72px );
1212 @if $family == ' no-fam' {}
1313 @else if $family == ' moz' {
14- font-family : var (--heading -font-family-moz );
14+ font-family : var (--title -font-family );
1515 } @else {
1616 font-family : var (--heading-font-family );
1717 }
@@ -22,7 +22,7 @@ $text-display-line-height: 1.1 !default;
2222 @include c .line-height (64px );
2323 @if $family == ' no-fam' {}
2424 @else if $family == ' moz' {
25- font-family : var (--heading -font-family-moz );
25+ font-family : var (--title -font-family );
2626 } @else {
2727 font-family : var (--heading-font-family );
2828 }
@@ -33,7 +33,7 @@ $text-display-line-height: 1.1 !default;
3333 @include c .line-height (56px );
3434 @if $family == ' no-fam' {}
3535 @else if $family == ' moz' {
36- font-family : var (--heading -font-family-moz );
36+ font-family : var (--title -font-family );
3737 } @else {
3838 font-family : var (--heading-font-family );
3939 }
@@ -45,7 +45,7 @@ $text-display-line-height: 1.1 !default;
4545
4646 @if $family == ' no-fam' {}
4747 @else if $family == ' moz' {
48- font-family : var (--heading -font-family-moz );
48+ font-family : var (--title -font-family );
4949 } @else {
5050 font-family : var (--heading-font-family );
5151 }
@@ -57,7 +57,7 @@ $text-display-line-height: 1.1 !default;
5757
5858 @if $family == ' no-fam' {}
5959 @else if $family == ' moz' {
60- font-family : var (--heading -font-family-moz );
60+ font-family : var (--title -font-family );
6161 } @else {
6262 font-family : var (--heading-font-family );
6363 }
@@ -69,7 +69,7 @@ $text-display-line-height: 1.1 !default;
6969 font-weight : bold ;
7070 @if $family == ' no-fam' {}
7171 @else if $family == ' moz' {
72- font-family : var (--heading -font-family-moz );
72+ font-family : var (--title -font-family );
7373 color : var (--color-moz-heading );
7474 } @else {
7575 font-family : var (--heading-font-family );
@@ -80,15 +80,15 @@ $text-display-line-height: 1.1 !default;
8080@mixin text-display-xxs () {
8181 @include p .font-size (18px );
8282 @include c .line-height (24px );
83- font-family : var (--base -font-family );
83+ font-family : var (--body -font-family );
8484 color : var (--color-heading );
8585 font-weight : bold ;
8686}
8787
8888@mixin text-display-xxxs () {
8989 @include p .font-size (16px );
9090 line-height : $text-body-line-height ;
91- font-family : var (--base -font-family );
91+ font-family : var (--body -font-family );
9292 color : var (--color-heading );
9393 font-weight : bold ;
9494}
@@ -97,31 +97,31 @@ $text-display-line-height: 1.1 !default;
9797@mixin text-body-lg {
9898 @include p .font-size (18px );
9999 line-height : $text-body-line-height ;
100- font-family : var (--base -font-family );
100+ font-family : var (--body -font-family );
101101}
102102
103103@mixin text-body-md {
104104 @include p .font-size (16px );
105105 line-height : $text-body-line-height ;
106- font-family : var (--base -font-family );
106+ font-family : var (--body -font-family );
107107}
108108
109109@mixin text-body-sm {
110110 @include p .font-size (14px );
111111 line-height : $text-body-line-height ;
112- font-family : var (--base -font-family );
112+ font-family : var (--body -font-family );
113113}
114114
115115@mixin text-body-xs {
116116 @include p .font-size (12px );
117117 line-height : $text-body-line-height ;
118- font-family : var (--base -font-family );
118+ font-family : var (--body -font-family );
119119}
120120
121121@mixin text-body-cta {
122122 @include p .font-size (16px );
123123 line-height : $text-body-line-height ;
124- font-family : var (--base -font-family );
124+ font-family : var (--body -font-family );
125125}
126126
127127
0 commit comments