/* ── DenkBus Design System — Global CSS Entry ─────── */
/* Import order matters: fonts first, then tokens      */

@import './tokens/fonts.css';
@import './tokens/colors.css';
@import './tokens/typography.css';
@import './tokens/spacing.css';

/* ── Standard-Fließtext ─────────────────────────────── */
/* Body paragraphs default to 16px. Display paragraphs
   (large testimonial quote, fact slider) keep their own
   inline font-size and override this. */
p {
  font-size: 20px;
}
