diff --git a/src/app/globals.css b/src/app/globals.css index 282492b..cd544e6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,8 +6,8 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f5f0fce6; - --primary-cta: #b366ff; + --foreground: #fffef5e6; + --primary-cta: #facc15; --secondary-cta: #1a1a1a; --accent: #737373; --background-accent: #737373; @@ -495,7 +495,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter-tight), sans-serif; + font-family: var(--font-poppins), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -508,5 +508,5 @@ h3, h4, h5, h6 { - font-family: var(--font-inter-tight), sans-serif; + font-family: var(--font-poppins), sans-serif; } \ No newline at end of file