fonts: add --font-body/--font-display vars, use them everywhere

This commit is contained in:
Pontoporeia
2026-04-07 14:15:40 +02:00
parent 797eaf87d1
commit dddfc8554b
5 changed files with 16 additions and 14 deletions

View File

@@ -3,6 +3,10 @@
============================================================ */
:root {
/* Fonts */
--font-body: "BBBDMSans", sans-serif;
--font-display: "Combined", sans-serif;
/* Backgrounds */
--bg-primary: #ffffff;
--bg-secondary: #f5f5f5;