/* SyncBridge "Premium Studio" design tokens (§5.5). Source of truth: docs/design-system.md.
   Hand-authored from the tokens so the UI renders without a build step; a Tailwind v4
   pipeline can later consume these same custom properties as its theme. */
:root {
    --ink-950: #0B0D10;
    --ink-900: #11141A;
    --ink-800: #1A1E26;
    --ink-700: #252B36;
    --text-100: #F2F3F5;
    --text-400: #9AA3B2;
    --brass-400: #D9A441;
    --brass-300: #E8C376;
    --signal-green: #3DD68C;
    --signal-amber: #E8B339;
    --signal-red: #E5534B;

    --radius: 10px;
    --radius-pill: 999px;
    --shadow-card: 0 1px 0 rgba(255, 255, 255, .04) inset, 0 8px 24px rgba(0, 0, 0, .35);

    --font-display: "Clash Display", "Switzer", ui-sans-serif, system-ui, sans-serif;
    --font-ui: "Switzer", ui-sans-serif, system-ui, -apple-system, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

    --space: 8px;
}
