/*
 * PredictionTalk Design System v1 — all.css
 * Aggregate: tokens → reset → typography → components → shell.
 * Consumers load just this one file:
 *   <link rel="stylesheet" href="/assets/pt-design-system/v1/all.css">
 *
 * Also pulls the Inter + JetBrains Mono webfonts so the whole site
 * picks up PT typography without each app shipping its own font CDN.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap');

@import url('./tokens.css');
@import url('./reset.css');
@import url('./typography.css');
@import url('./components.css');
@import url('./shell.css');
/* Flarum-specific selector overrides — inert on non-Flarum pages
 * (the .App-header, #app-navigation, .Hero etc. classes only exist
 * inside Flarum), so it's safe to bundle them into the single global
 * stylesheet that every frontend loads. */
@import url('./flarum-overrides.css');
