/* DoctrineStrike · design tokens
 *
 * Single source of truth for the partner-facing surfaces. Lifted out of
 * partners/index.html on 8 Sept 2026 because model.html had grown its own
 * copy of the same values: two copies meant the next palette change would
 * silently apply to one page and not the other.
 *
 * Loaded by partners/index.html and partners/model.html. build-variant.mjs
 * copies the whole partners/ directory into every variant, so each site
 * serves its own /tokens.css and nothing points across domains.
 *
 * Any page-specific variable stays in that page's own <style> block. Only
 * what both surfaces share belongs here.
 */
:root{
    --bg:#100f0a; --bg2:#15140d; --panel:#191811; --panel2:#20221a; --bg3:#17140c; --card:#191811;
    --ink:#f2efe3; --ink2:#c6c3b4; --mut:#8b8d78; --line:#2a2b20; --line2:#39392c;
    --acc:#f6b13c; --acc2:#ffd27a; --hot:#ff7a33; --green:#7cc24e; --teal:#3fc0b7; --steel:#8b93a6; --sand:#d8c391; --amber:#f6b13c;
    --grad:linear-gradient(94deg,#ffd27a,#f6b13c,#ff7a33);
    --bevel:polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px);
    --bevel-sm:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);
    --fdisp:"JetBrains Mono",ui-monospace,Menlo,monospace;
    --fbody:"JetBrains Mono",ui-monospace,Menlo,monospace;
    --fmono:"JetBrains Mono",ui-monospace,Menlo,monospace;
}
