6 Commits

Author SHA1 Message Date
4490256471 Update theme fonts 2026-05-30 14:33:53 +00:00
cb3e44b555 Update theme fonts 2026-05-30 14:33:53 +00:00
b2b8b5dc4d Update theme colors 2026-05-30 14:33:49 +00:00
386c3d31f4 Update src/app/styles/variables.css 2026-05-30 12:47:49 +00:00
069ed47226 Merge version_2 into main
Merge version_2 into main
2026-05-30 12:46:15 +00:00
392e7e6100 Merge version_2 into main
Merge version_2 into main
2026-05-30 12:45:26 +00:00
3 changed files with 5 additions and 4 deletions

View File

@@ -41,9 +41,10 @@ export const metadata: Metadata = {
},
};
const archivo = Archivo({
variable: "--font-archivo",
subsets: ["latin"]
subsets: ["latin"],
});
export default function RootLayout({

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-font-family: var(--font-archivo), sans-serif;), sans-serif;
font-family: var(--font-archivo), sans-serif;), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-font-family: var(--font-archivo), sans-serif;), sans-serif;
font-family: var(--font-archivo), sans-serif;), sans-serif;
}

View File

@@ -11,7 +11,7 @@
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;