/** * noir.css — Automatic version: * Uses light theme by default but switches to dark theme * if a system-wide theme preference is set on the user's device. */@import'../variables-light.css';@import'../variables-dark.css'(prefers-color-scheme:dark);@import'../parts/_core.css';