@@ -363,7 +363,7 @@ export const typography = [
363363 "fontSize": "1.125rem",
364364 "lineHeight": "1.5rem",
365365 "margin": "var(--title-spacing)",
366- "@media (min-width: 48em)" : {
366+ [breakpoints.up("md")] : {
367367 "fontSize": "1.25rem",
368368 "lineHeight": "1.75rem"
369369 }
@@ -376,7 +376,7 @@ export const typography = [
376376 "fontSize": "1.25rem",
377377 "lineHeight": "1.75rem",
378378 "margin": "var(--title-spacing)",
379- "@media (min-width: 48em)" : {
379+ [breakpoints.up("md")] : {
380380 "fontSize": "1.375rem",
381381 "lineHeight": "1.75rem"
382382 }
@@ -389,7 +389,7 @@ export const typography = [
389389 "fontSize": "1.375rem",
390390 "lineHeight": "1.75rem",
391391 "margin": "var(--title-spacing)",
392- "@media (min-width: 48em)" : {
392+ [breakpoints.up("md")] : {
393393 "fontSize": "1.5rem",
394394 "lineHeight": "2rem"
395395 }
@@ -402,7 +402,7 @@ export const typography = [
402402 "fontSize": "1.5rem",
403403 "lineHeight": "2rem",
404404 "margin": "var(--title-spacing)",
405- "@media (min-width: 48em)" : {
405+ [breakpoints.up("md")] : {
406406 "fontSize": "1.75rem",
407407 "lineHeight": "2.25rem"
408408 }
@@ -415,7 +415,7 @@ export const typography = [
415415 "fontSize": "1.75rem",
416416 "lineHeight": "2.25rem",
417417 "margin": "var(--title-spacing)",
418- "@media (min-width: 48em)" : {
418+ [breakpoints.up("md")] : {
419419 "fontSize": "2rem",
420420 "lineHeight": "2.5rem"
421421 }
@@ -428,7 +428,7 @@ export const typography = [
428428 "fontSize": "2rem",
429429 "lineHeight": "2.5rem",
430430 "margin": "var(--title-spacing)",
431- "@media (min-width: 48em)" : {
431+ [breakpoints.up("md")] : {
432432 "fontSize": "2.5rem",
433433 "lineHeight": "3rem"
434434 }
@@ -473,7 +473,7 @@ export const typography = [
473473 "fontSize": "2.5rem !important",
474474 "lineHeight": "3rem !important",
475475 "margin": "var(--display-spacing)",
476- "@media (min-width: 48em)" : {
476+ [breakpoints.up("md")] : {
477477 "fontSize": "3rem !important",
478478 "lineHeight": "3.5rem !important"
479479 }
@@ -486,7 +486,7 @@ export const typography = [
486486 "fontSize": "3rem !important",
487487 "lineHeight": "3.5rem !important",
488488 "margin": "var(--display-spacing)",
489- "@media (min-width: 48em)" : {
489+ [breakpoints.up("md")] : {
490490 "fontSize": "3.5rem !important",
491491 "lineHeight": "4rem !important"
492492 }
@@ -499,7 +499,7 @@ export const typography = [
499499 "fontSize": "3.5rem !important",
500500 "lineHeight": "4rem !important",
501501 "margin": "var(--display-spacing)",
502- "@media (min-width: 48em)" : {
502+ [breakpoints.up("md")] : {
503503 "fontSize": "4rem !important",
504504 "lineHeight": "4.5rem !important"
505505 }
@@ -512,7 +512,7 @@ export const typography = [
512512 "fontSize": "4rem !important",
513513 "lineHeight": "4.5rem !important",
514514 "margin": "var(--display-spacing)",
515- "@media (min-width: 48em)" : {
515+ [breakpoints.up("md")] : {
516516 "fontSize": "4.5rem !important",
517517 "lineHeight": "5rem !important"
518518 }
@@ -525,7 +525,7 @@ export const typography = [
525525 "fontSize": "4.5rem !important",
526526 "lineHeight": "5rem !important",
527527 "margin": "var(--display-spacing)",
528- "@media (min-width: 48em)" : {
528+ [breakpoints.up("md")] : {
529529 "fontSize": "5rem !important",
530530 "lineHeight": "5.5rem !important"
531531 }
0 commit comments