style: add root font family variable for consistent typography

This commit is contained in:
2026-06-25 16:27:11 -03:00
parent 6b4fccbdbb
commit 5e25c00240

View File

@@ -1,2 +1,6 @@
@use "@fortawesome/fontawesome-free/css/all.min.css";
@use "bootstrap/scss/bootstrap";
:root {
--bs-body-font-family: "Gotham", sans-serif;
}