// Theme palette defaults live as plain CSS on :root[data-theme] in _base.scss
// and in the themeable mixin (_mixins.scss). Override with CSS, e.g.
// :root { --w-base-font-size: 16px; } (also drives --w-base-increment on :root)
// :root[data-theme="light"] { --w-base-bg-color: #fafafa; }

// GLOBAL DEFAULTS.
// ========================================================
$css-scope: '.w-app' !default; // Allows control on CSS rules priority.
// True by default. False allows you to use an external CSS library (like Tailwind).
$use-layout-classes: true !default;
