16 Commits

Author SHA1 Message Date
e48f4a3868 Merge version_9_1781370804333 into main
Merge version_9_1781370804333 into main
2026-06-13 17:13:27 +00:00
fdbb45e551 Merge version_8_1781370801848 into main
Merge version_8_1781370801848 into main
2026-06-13 17:13:25 +00:00
4061ec3aa3 Update theme colors 2026-06-13 17:13:24 +00:00
d42a983da9 Update theme colors 2026-06-13 17:13:22 +00:00
d1c970eed3 Merge version_7_1781370794599 into main
Merge version_7_1781370794599 into main
2026-06-13 17:13:18 +00:00
5571b901d9 Update theme colors 2026-06-13 17:13:15 +00:00
a3a16b3501 Merge version_6_1781370790264 into main
Merge version_6_1781370790264 into main
2026-06-13 17:13:13 +00:00
ba79c2eee3 Merge version_5_1781370787700 into main
Merge version_5_1781370787700 into main
2026-06-13 17:13:11 +00:00
79effef1d7 Update theme colors 2026-06-13 17:13:10 +00:00
673b12cf3d Update theme colors 2026-06-13 17:13:08 +00:00
1deaad6bfa Merge version_4_1781370781110 into main
Merge version_4_1781370781110 into main
2026-06-13 17:13:04 +00:00
b399f4bcda Update theme colors 2026-06-13 17:13:01 +00:00
796cb2cd87 Merge version_3_1781370769224 into main
Merge version_3_1781370769224 into main
2026-06-13 17:12:52 +00:00
26e0a9936a Update theme colors 2026-06-13 17:12:49 +00:00
7a312953d0 Merge version_2_1781370751189 into main
Merge version_2_1781370751189 into main
2026-06-13 17:12:34 +00:00
4f21c92ab5 Update theme fonts 2026-06-13 17:12:31 +00:00

View File

@@ -1,19 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f8f6f2;
--card: #ffffff;
--foreground: #0B0F14;
--primary-cta: #D6A756;
--primary-cta-text: #0B0F14;
--secondary-cta: #232B35;
--secondary-cta-text: #ffffff;
--accent: #2E8B57;
--background-accent: #D6A756;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f0f8ffe6;
--primary-cta: #cee7ff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f0f8ffe6;
--accent: #737373;
--background-accent: #737373;
/* @layout/border-radius/rounded */
--radius: 1.5rem;
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Inter', sans-serif;
--font-sans: 'Open Sans', 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', sans-serif;
font-family: 'Open Sans', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;