7 Commits

Author SHA1 Message Date
ef024cf4d3 Merge version_3_1781729019928 into main
Merge version_3_1781729019928 into main
2026-06-17 20:43:46 +00:00
85b556bcab Update theme fonts 2026-06-17 20:43:40 +00:00
130043782a Merge version_2_1781728980899 into main
Merge version_2_1781728980899 into main
2026-06-17 20:43:04 +00:00
4a5568ff91 Update theme colors 2026-06-17 20:43:01 +00:00
d16928a662 Merge version_1_1781728733095 into main
Merge version_1_1781728733095 into main
2026-06-17 20:41:33 +00:00
d6f281cd4c Merge version_1_1781728733095 into main
Merge version_1_1781728733095 into main
2026-06-17 20:40:32 +00:00
adff111e9a Merge version_1_1781728733095 into main
Merge version_1_1781728733095 into main
2026-06-17 20:39:22 +00:00

View File

@@ -1,19 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Figtree: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: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
--background: #fafffb;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--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: 'Figtree', 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: 'Figtree', 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: 'Figtree', sans-serif;
font-family: 'DM Sans', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file