4 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
ee40c5dea1 Update theme colors 2026-04-16 14:58:35 +00:00
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -13,9 +13,9 @@
--background: #efecec;
--card: #f23636;
--foreground: #000000;
--primary-cta: #e63946;
--primary-cta: #cfcccc;
--primary-cta-text: #f5faff;
--secondary-cta: #000000;
--secondary-cta: #e63131;
--secondary-cta-text: #001122;
--accent: #e63946;
--background-accent: #f9f9f9;