5 Commits

Author SHA1 Message Date
b56e820f75 Update theme colors 2026-04-16 15:00:09 +00:00
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 4 additions and 3 deletions

View File

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

View File

@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #efecec;
--background: #ffffff;
--card: #f23636;
--foreground: #000000;
--primary-cta: #e63946;
--primary-cta: #ffffff;
--primary-cta-text: #f5faff;
--secondary-cta: #000000;
--secondary-cta: #e63131;
--secondary-cta-text: #001122;
--accent: #e63946;
--background-accent: #f9f9f9;