/* theme-id: blackGold */
/* theme-name: 블랙 골드 */
/* theme-description: 현재 기본 테마 */
/* theme-colors: #0b0a08,#b08a3c */
:root[data-theme="blackGold"]{
  --ink:#17130d;
  --muted:#7b715f;
  --line:#e0d4bd;
  --bg:#f4efe6;
  --brand:#b08a3c;
  --brand2:#d8b86a;
  --dark:#0b0a08;
  --panel:#fffaf0;
  --danger:#b42318;
}
