:root {
  --dd-radius: 12px;
  --dd-font: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

/* greyDodger (default) */
body[data-dd-theme="greyDodger"]{
  --dd-bg:#0f172a; --dd-surface:#111827; --dd-text:#e5e7eb; --dd-muted:#9ca3af;
  --dd-primary:#1e90ff; --dd-accent:#38bdf8; --dd-warning:#f59e0b; --dd-success:#10b981;
}

/* navyGold */
body[data-dd-theme="navyGold"]{
  --dd-bg:#0b132b; --dd-surface:#1c2541; --dd-text:#e6e6e6; --dd-muted:#a3a3a3;
  --dd-primary:#ffbe0b; --dd-accent:#ffd166; --dd-warning:#f59e0b; --dd-success:#10b981;
}

/* examples */
.dd-card{background:var(--dd-surface);color:var(--dd-text);border-radius:var(--dd-radius);padding:1rem;}
.dd-link{color:var(--dd-primary);}
