Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-06-03 15:27:07 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F9F9F9;
--card: #FFFFFF;
--foreground: #1C1C1C;
--primary-cta: #184E3D;
--primary-cta-text: #FFFFFF;
--secondary-cta: #F9F9F9;
--secondary-cta-text: #1C1C1C;
--accent: #D4AF37;
--background-accent: #EAEAEA;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);