/**
 * WebDproc design tokens — typography (single source for font stacks).
 * Load after fonts-inter.css so "Inter" @font-face is registered first.
 * Panel: same link order as in layouts/base.blade.php / appDashboard.
 */
:root {
    --wd-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    --wd-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
