/*  Iso Sketch - Turnaround QC's brand layer. NOT SHARED; see js/host.js.
    Loaded after css/app.css so these win on the cascade.

    THIS FILE IS THE WHOLE RE-BRAND. css/app.css is byte-identical across every
    product that carries the editor and ships an amber default; editing it to
    change a colour turns a shared file into a fork, and the next security or
    rendering fix stops arriving. Everything product-specific lives here.

    The accent is this product's --accent. The editor loads into the app shell
    on the Isometrics tab, so an amber accent would be the only amber in the
    product and would read as a control panel bolted on from somewhere else.

    NOTE: this file is loaded by the STANDALONE page only. When the editor is
    embedded, www/index.html injects the same custom property as a scoped
    <style> - see ISK_EMBED. Two places, one value; if it is ever changed,
    change both, and tests/undeclared-keys.test.js asserts the injected one.  */
.isk-root { --accent: #8FA0FF; }

/*  The mark is painted from the stylesheet rather than inlined into the page,
    so there is one file to keep in step rather than two. The url() resolves
    against this file, which is in iso-sketch/css/ whether the editor is
    standalone or injected into the host page.  */
.isk-root .brand .mark { background: url(../img/logo-mark.svg) center/contain no-repeat; }
