@@ -363,7 +363,7 @@ export const typography = [
363
363
"fontSize": "1.125rem",
364
364
"lineHeight": "1.5rem",
365
365
"margin": "var(--title-spacing)",
366
- "@media (min-width: 48em)" : {
366
+ [breakpoints.up("md")] : {
367
367
"fontSize": "1.25rem",
368
368
"lineHeight": "1.75rem"
369
369
}
@@ -376,7 +376,7 @@ export const typography = [
376
376
"fontSize": "1.25rem",
377
377
"lineHeight": "1.75rem",
378
378
"margin": "var(--title-spacing)",
379
- "@media (min-width: 48em)" : {
379
+ [breakpoints.up("md")] : {
380
380
"fontSize": "1.375rem",
381
381
"lineHeight": "1.75rem"
382
382
}
@@ -389,7 +389,7 @@ export const typography = [
389
389
"fontSize": "1.375rem",
390
390
"lineHeight": "1.75rem",
391
391
"margin": "var(--title-spacing)",
392
- "@media (min-width: 48em)" : {
392
+ [breakpoints.up("md")] : {
393
393
"fontSize": "1.5rem",
394
394
"lineHeight": "2rem"
395
395
}
@@ -402,7 +402,7 @@ export const typography = [
402
402
"fontSize": "1.5rem",
403
403
"lineHeight": "2rem",
404
404
"margin": "var(--title-spacing)",
405
- "@media (min-width: 48em)" : {
405
+ [breakpoints.up("md")] : {
406
406
"fontSize": "1.75rem",
407
407
"lineHeight": "2.25rem"
408
408
}
@@ -415,7 +415,7 @@ export const typography = [
415
415
"fontSize": "1.75rem",
416
416
"lineHeight": "2.25rem",
417
417
"margin": "var(--title-spacing)",
418
- "@media (min-width: 48em)" : {
418
+ [breakpoints.up("md")] : {
419
419
"fontSize": "2rem",
420
420
"lineHeight": "2.5rem"
421
421
}
@@ -428,7 +428,7 @@ export const typography = [
428
428
"fontSize": "2rem",
429
429
"lineHeight": "2.5rem",
430
430
"margin": "var(--title-spacing)",
431
- "@media (min-width: 48em)" : {
431
+ [breakpoints.up("md")] : {
432
432
"fontSize": "2.5rem",
433
433
"lineHeight": "3rem"
434
434
}
@@ -473,7 +473,7 @@ export const typography = [
473
473
"fontSize": "2.5rem !important",
474
474
"lineHeight": "3rem !important",
475
475
"margin": "var(--display-spacing)",
476
- "@media (min-width: 48em)" : {
476
+ [breakpoints.up("md")] : {
477
477
"fontSize": "3rem !important",
478
478
"lineHeight": "3.5rem !important"
479
479
}
@@ -486,7 +486,7 @@ export const typography = [
486
486
"fontSize": "3rem !important",
487
487
"lineHeight": "3.5rem !important",
488
488
"margin": "var(--display-spacing)",
489
- "@media (min-width: 48em)" : {
489
+ [breakpoints.up("md")] : {
490
490
"fontSize": "3.5rem !important",
491
491
"lineHeight": "4rem !important"
492
492
}
@@ -499,7 +499,7 @@ export const typography = [
499
499
"fontSize": "3.5rem !important",
500
500
"lineHeight": "4rem !important",
501
501
"margin": "var(--display-spacing)",
502
- "@media (min-width: 48em)" : {
502
+ [breakpoints.up("md")] : {
503
503
"fontSize": "4rem !important",
504
504
"lineHeight": "4.5rem !important"
505
505
}
@@ -512,7 +512,7 @@ export const typography = [
512
512
"fontSize": "4rem !important",
513
513
"lineHeight": "4.5rem !important",
514
514
"margin": "var(--display-spacing)",
515
- "@media (min-width: 48em)" : {
515
+ [breakpoints.up("md")] : {
516
516
"fontSize": "4.5rem !important",
517
517
"lineHeight": "5rem !important"
518
518
}
@@ -525,7 +525,7 @@ export const typography = [
525
525
"fontSize": "4.5rem !important",
526
526
"lineHeight": "5rem !important",
527
527
"margin": "var(--display-spacing)",
528
- "@media (min-width: 48em)" : {
528
+ [breakpoints.up("md")] : {
529
529
"fontSize": "5rem !important",
530
530
"lineHeight": "5.5rem !important"
531
531
}
0 commit comments