diff --git a/src/app/globals.css b/src/app/globals.css index d547bd1..4877000 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; - --secondary-cta: #ffffff;; - --accent: #15479c;; - --background-accent: #a8cce8;; */ + /* --background: #010912;; + --card: #152840;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; + --secondary-cta: #0e1a29;; + --accent: #3f5c79;; + --background-accent: #004a93;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; - --secondary-cta: #ffffff;; - --accent: #15479c;; - --background-accent: #a8cce8;; + --background: #010912;; + --card: #152840;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; + --secondary-cta: #0e1a29;; + --accent: #3f5c79;; + --background-accent: #004a93;; /* 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-noto-sans), sans-serif; + font-family: var(--font-space-grotesk), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -522,5 +522,5 @@ h3, h4, h5, h6 { - font-family: var(--font-noto-sans), sans-serif; + font-family: var(--font-space-grotesk), sans-serif; } \ No newline at end of file