fix: style-guide page actually applies tokens and fonts

This commit is contained in:
Jonathan 2026-04-18 16:22:09 +02:00
parent 31070c69b2
commit 13a0d32dda

View file

@ -2,6 +2,9 @@
Global styles @font-face, resets, base semantic styles Global styles @font-face, resets, base semantic styles
============================================================= */ ============================================================= */
/* @import must precede all other rules (CSS spec) */
@import "./tokens.css";
/* --- Fonts (self-hosted, served from /public/fonts/) --- */ /* --- Fonts (self-hosted, served from /public/fonts/) --- */
@font-face { @font-face {
@ -90,8 +93,6 @@
src: url("/fonts/Newsreader-ExtraBold.ttf") format("truetype"); src: url("/fonts/Newsreader-ExtraBold.ttf") format("truetype");
} }
@import "./tokens.css";
/* --- Reset --- */ /* --- Reset --- */
*, *::before, *::after { *, *::before, *::after {
box-sizing: border-box; box-sizing: border-box;