Compare commits

...

10 Commits

Author SHA1 Message Date
d79da2f2ff Merge version_23_1782904713195 into main
Merge version_23_1782904713195 into main
2026-07-01 11:18:36 +00:00
7844cab63d Merge version_22_1782904710441 into main
Merge version_22_1782904710441 into main
2026-07-01 11:18:34 +00:00
556deedc7a Update theme colors 2026-07-01 11:18:33 +00:00
e6a15b0f2d Update theme colors 2026-07-01 11:18:30 +00:00
74ba678493 Merge version_21_1782904700582 into main
Merge version_21_1782904700582 into main
2026-07-01 11:18:24 +00:00
00552e397b Update theme fonts 2026-07-01 11:18:21 +00:00
76c0ad5644 Merge version_20_1782904645194 into main
Merge version_20_1782904645194 into main
2026-07-01 11:17:28 +00:00
0816022d74 Update theme colors 2026-07-01 11:17:25 +00:00
8513838bda Merge version_19_1782904470871 into main
Merge version_19_1782904470871 into main
2026-07-01 11:15:40 +00:00
0654c68e55 Merge version_19_1782904470871 into main
Merge version_19_1782904470871 into main
2026-07-01 11:15:27 +00:00

View File

@@ -1,3 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
/* Web Agency - Dark Monochrome */
@import "tailwindcss";
@import "./styles/masks.css";
@@ -5,15 +6,15 @@
:root {
/* Dark theme with monochrome accents */
--background: #0a0a0a;
--card: #161616;
--foreground: #f0f0f0;
--primary-cta: #ffffff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1e1e1e;
--secondary-cta-text: #e0e0e0;
--accent: #d0d0d0;
--background-accent: #434343;
--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;
/* @layout/border-radius/soft */
--radius: 1.5rem;
@@ -95,7 +96,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;
@@ -144,7 +145,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;
@@ -157,7 +158,7 @@ h3,
h4,
h5,
h6 {
font-family: "Inter", sans-serif;
font-family: 'Inter', sans-serif;
}
.card {