﻿.bw-art-domain {
    --bw-background: #080808;
    --bw-surface: #141414;
    --bw-text: #f7f3ec;
    --bw-muted: #c7beb0;
    --bw-accent: #d0a85c;
}

.bw-art-header,
.bw-art-footer {
    background: var(--bw-background);
    color: var(--bw-text);
}

.bw-art-header p,
.bw-art-footer p {
    color: var(--bw-muted);
}
