13 Commits

Author SHA1 Message Date
bebdbec765 Merge version_7_1781544405457 into main
Merge version_7_1781544405457 into main
2026-06-15 17:26:48 +00:00
3f83828586 Update theme colors 2026-06-15 17:26:45 +00:00
a3778d492a Merge version_6_1781544399963 into main
Merge version_6_1781544399963 into main
2026-06-15 17:26:43 +00:00
4d2b514933 Update theme colors 2026-06-15 17:26:40 +00:00
eb21512a9b Merge version_5_1781544394022 into main
Merge version_5_1781544394022 into main
2026-06-15 17:26:37 +00:00
0876b61aef Update theme colors 2026-06-15 17:26:34 +00:00
a11c972b2c Merge version_4_1781544389362 into main
Merge version_4_1781544389362 into main
2026-06-15 17:26:32 +00:00
3739f5f42a Update theme colors 2026-06-15 17:26:29 +00:00
eaa3215015 Merge version_3_1781544370424 into main
Merge version_3_1781544370424 into main
2026-06-15 17:26:13 +00:00
d61db57a45 Update theme fonts 2026-06-15 17:26:10 +00:00
fbe234953d Merge version_2_1781544357942 into main
Merge version_2_1781544357942 into main
2026-06-15 17:26:04 +00:00
0d5b3b0361 Update theme colors 2026-06-15 17:25:58 +00:00
d5f803e360 Merge version_1_1781544222569 into main
Merge version_1_1781544222569 into main
2026-06-15 17:24:47 +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=Libre+Baskerville:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fff5f5e6;
--primary-cta: #ff7a7a;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #fff5f5e6;
--accent: #737373;
--background-accent: #737373;
/* @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: 'Libre Baskerville', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file