3 Commits

Author SHA1 Message Date
01c9b5f6d8 Update theme fonts 2026-04-16 14:59:31 +00:00
0ca30e4b46 Update theme fonts 2026-04-16 14:59:31 +00:00
6273a9fe9b Update theme colors 2026-04-16 14:58:47 +00:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -15,7 +15,7 @@
--foreground: #000000;
--primary-cta: #cfcccc;
--primary-cta-text: #f5faff;
--secondary-cta: #000000;
--secondary-cta: #e63131;
--secondary-cta-text: #001122;
--accent: #e63946;
--background-accent: #f9f9f9;