From 5e25c0024094e3f7a681ed96f5648f990a545811 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Thu, 25 Jun 2026 16:27:11 -0300 Subject: [PATCH] style: add root font family variable for consistent typography --- src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index ab40d7b..aabf90b 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,2 +1,6 @@ @use "@fortawesome/fontawesome-free/css/all.min.css"; @use "bootstrap/scss/bootstrap"; + +:root { + --bs-body-font-family: "Gotham", sans-serif; +}