/* dark-gold - Dark Theme */
:root {
    --theme-accent: #bda270;
    --theme-btn-bg: #bda270;
    --theme-btn-hover: #a08a5c;
    --theme-text: #e8e8e8;
    --theme-surface: #2a2010;
    --theme-bg: #1a1408;
    --theme-gray-100: #332a18;
    --theme-gray-200: #3e3422;
    --theme-link-color: #bda270;
}