6 Commits

Author SHA1 Message Date
6abfd98abd Merge version_4_1782054053622 into main
Merge version_4_1782054053622 into main
2026-06-21 15:00:57 +00:00
4cd0d6da6c Merge version_3_1782054051611 into main
Merge version_3_1782054051611 into main
2026-06-21 15:00:55 +00:00
700176477d Update theme fonts 2026-06-21 15:00:54 +00:00
0e90647f6c Update theme fonts 2026-06-21 15:00:52 +00:00
846263ce59 Merge version_2_1782054037533 into main
Merge version_2_1782054037533 into main
2026-06-21 15:00:41 +00:00
2baf3299db Update theme colors 2026-06-21 15:00:38 +00:00

View File

@@ -1,19 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5faff;
--background: #fafffb;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
/* @layout/border-radius/rounded */
--radius: 1rem;
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Inter Tight', sans-serif;
--font-sans: 'Inter', sans-serif;
--font-tight: "Inter Tight", sans-serif;
--font-mono: monospace;
@@ -137,7 +137,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: 'Inter Tight', sans-serif;
font-family: 'Inter', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -150,7 +150,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Inter Tight', sans-serif;
font-family: 'DM Sans', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file