/**
 * ╔══════════════════════════════════════════════╗
 * ║        SW CONFIG — Meu Projeto               ║
 * ╚══════════════════════════════════════════════╝
 * Carregue DEPOIS do sw.min.css:
 * <link rel="stylesheet" href="sw.config.css">
 */

/* ── HUES (altere o número, todas as shades da cor derivam daqui) ── */
:root {
    --sw-h-pri: 215;    /* azul escuro navy */
    --sw-h-sec: 220;    /* azul escuro profundo */
}

/* ── TEMA ESCURO (SWDay — Cinza escuro neutro charco elegante) ── */
html[sw-theme="dark"],
:root[sw-theme="dark"] {
    --sw-bg:  #0d0d14;
    --sw-sur: #12121a;
    --sw-bor: #2a2a38;
}
