diff --git a/src/index.css b/src/index.css index 918b65e..e152ca8 100644 --- a/src/index.css +++ b/src/index.css @@ -135,7 +135,7 @@ body { margin: 0; background-color: var(--background); color: var(--foreground); - font-family: "Inter", sans-serif; + font-family: var(--font-sans); position: relative; min-height: 100vh; overscroll-behavior: none; @@ -148,13 +148,13 @@ h3, h4, h5, h6 { - font-family: "Inter", sans-serif; + font-family: var(--font-sans); } button, .primary-button, .secondary-button { - font-family: 'Brush Script MT', cursive; + font-family: cursive; } /* WEBILD_CARD_STYLE */