diff --git a/src/index.css b/src/index.css index 4628f1a..4898df6 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fff8f0; - --card: #ffe8d6; - --foreground: #4a3b32; - --primary-cta: #d4a373; - --primary-cta-text: #ffffff; - --secondary-cta: #e5989b; - --secondary-cta-text: #ffffff; - --accent: #b5838d; - --background-accent: #ffb4a2; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; + --primary-cta-text: #f6f0e9; + --secondary-cta: #efe7dd; + --secondary-cta-text: #2b180a; + --accent: #94877c; + --background-accent: #afa094; /* @layout/border-radius/rounded */ --radius: 1.5rem; @@ -88,8 +88,8 @@ --color-background-accent: var(--background-accent); /* Fonts */ - --font-sans: 'Lora', serif; - --font-tight: 'Lora', serif; + --font-sans: 'Inter Tight', sans-serif; + --font-tight: "Inter Tight", sans-serif; --font-mono: monospace; /* Border Radius */