diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a314bc1..fff9d78 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; + --background: #a50000; + --card: #edcf0e; --foreground: #001122; - --primary-cta: #15479c; + --primary-cta: #9c1414; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; --accent: #a8cce8; - --background-accent: #7ba3cf; + --background-accent: #bb1e1e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);