diff --git a/src/app/globals.css b/src/app/globals.css index ceffb80..bb50809 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + /* --background: #fef5f3;; + --card: #ffffff;; + --foreground: #1a1a1a;; + --primary-cta: #ff6b9d;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; */ + --accent: #ffa500;; + --background-accent: #ffe4b5;; */ - --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + --background: #fef5f3;; + --card: #ffffff;; + --foreground: #1a1a1a;; + --primary-cta: #ff6b9d;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; + --accent: #ffa500;; + --background-accent: #ffe4b5;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); @@ -509,7 +509,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-prata), sans-serif; + font-family: var(--font-poppins), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -522,5 +522,5 @@ h3, h4, h5, h6 { - font-family: var(--font-prata), sans-serif; + font-family: var(--font-poppins), sans-serif; } \ No newline at end of file