diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 13ef4fe..68e4f33 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,17 +4,17 @@ /* --background: #fffafa;; --card: #fff7f7;; - --foreground: #1a0000;; + --foreground: "Inter", sans-serif;; --primary-cta: #e63946;; - --secondary-cta: #ffffff;; + --secondary-cta: "Inter", sans-serif;; --accent: #f5c4c7;; --background-accent: #f09199;; */ --background: #fffafa;; --card: #fff7f7;; - --foreground: #1a0000;; + --foreground: "Inter", sans-serif;; --primary-cta: #e63946;; - --secondary-cta: #ffffff;; + --secondary-cta: "Inter", sans-serif;; --accent: #f5c4c7;; --background-accent: #f09199;;