diff --git a/index.html b/index.html index 716645f..9680dc2 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ UniSync | Smart Academic Scheduling - + diff --git a/style.css b/style.css index 34f0ddd..0a5f0d2 100644 --- a/style.css +++ b/style.css @@ -46,8 +46,8 @@ /* Semantic Color Tokens (Light Mode) */ --color-background: var(--color-cream-50); --color-surface: var(--color-cream-100); - --color-text: var(--color-slate-900); - --color-text-secondary: var(--color-slate-500); + --color-text: crimson; + --color-text-secondary: crimson; --color-primary: var(--color-teal-500); --color-primary-hover: var(--color-teal-600); --color-primary-active: var(--color-teal-700); @@ -80,7 +80,7 @@ --color-info-rgb: 98, 108, 113; /* Typography */ - --font-family-base: "FKGroteskNeue", "Geist", "Inter", -apple-system, + --font-family-base: "Saira Stencil One", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; --font-family-mono: "Berkeley Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; @@ -205,8 +205,8 @@ /* Semantic Color Tokens (Dark Mode) */ --color-background: var(--color-charcoal-700); --color-surface: var(--color-charcoal-800); - --color-text: var(--color-gray-200); - --color-text-secondary: rgba(var(--color-gray-300-rgb), 0.7); + --color-text: crimson; + --color-text-secondary: crimson; --color-primary: var(--color-teal-300); --color-primary-hover: var(--color-teal-400); --color-primary-active: var(--color-teal-800); @@ -255,8 +255,8 @@ --color-surface: #ffffff; /* pure white cards */ /* Text */ - --color-text: #0f172a; /* slate-900 */ - --color-text-secondary: #475569; + --color-text: crimson; /* slate-900 */ + --color-text-secondary: crimson; /* Primary (Sky Blue) */ --color-primary: #88ddff; @@ -511,8 +511,8 @@ --color-surface: #050505; /* Text */ - --color-text: #e5f6ff; - --color-text-secondary: rgba(229, 246, 255, 0.65); + --color-text: crimson; + --color-text-secondary: crimson; /* Primary (Neon Sky Blue) */ --color-primary: #88ddff; @@ -1599,3 +1599,12 @@ rgba(136, 221, 255, 0.06) ); } + +* { + font-family: 'Saira Stencil One', 'Saira Stencil', sans-serif !important; + color: crimson !important; +} + +html, body, section, main, .hero-bg, .card { + background: green !important; +}