@layer quartz-base{.theme-switcher{flex-shrink:0;align-items:center;gap:5px;display:flex}.theme-switcher-swatch{cursor:pointer;outline-offset:1px;background:var(--swatch-color,var(--gray));border:2px solid #0000;border-radius:5px;outline:1px solid #0000;width:16px;height:16px;padding:0}.theme-switcher-swatch[data-accent-option=ember]{--swatch-color:#d97a54}.theme-switcher-swatch[data-accent-option=paper]{--swatch-color:#c8664a}.theme-switcher-swatch[data-accent-option=slate]{--swatch-color:#3f9bb0}.theme-switcher-swatch.is-active{border-color:var(--dark);outline-color:var(--dark)}}