From d25bc8d876bab2e9c5dc47abb7cecae91af3363a Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 20:15:53 +0000 Subject: [PATCH] Bob AI: Change the font of the entire site to inter for bo... --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;;