/* Bullmark "Terminal Noir" — global base (per-page styles live in each .razor).
   Tokens: bg #0a0c10 · panel #0d1016 · lines #1c222c/#262d3a · ink #dde3ea ·
   muted #9aa4b2/#8b95a5 · dim #586274 · red #d63b2f · green #4ea86a/#5fc98e */

html, body {
    margin: 0;
    background: #0a0c10;
    color: #dde3ea;
    font-family: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
    -webkit-font-smoothing: antialiased;
}

::selection { background: #d63b2f; color: #fff; }

/* FocusOnNavigate (App.razor) programmatically focuses the page h1 after route
   changes for screen readers — suppress the browser's default focus box on it. */
h1:focus { outline: none; }

a { color: inherit; }
