4 Commits

Author SHA1 Message Date
61ce2965df Update theme fonts 2026-04-18 13:28:16 +00:00
ad6ba6a651 Update theme fonts 2026-04-18 13:28:16 +00:00
8c31ffba45 Update theme colors 2026-04-18 13:26:56 +00:00
d18e588912 Update theme colors 2026-04-18 13:26:08 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ export const metadata: Metadata = {
},
};
const nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans",
subsets: ["latin"],

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--card: #fafafa;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background-accent: #b3d25f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);