:root {
    --theme-primary-color: #f6c549;
    --theme-secondary-color: #d8172f;
    --theme-background-color: #090b12;
    --theme-text-color: #f7f2df;
    --theme-button-color: #f6c549;
    --theme-button-text-color: #1b1203;
    --theme-header-background: #06070b;
    --theme-footer-background: #05060a;
    --theme-font-family: Arial, Helvetica, sans-serif;
    --theme-border-radius: 8px;
    --theme-container-width: 1180px;
    --theme-section-spacing: 72px;
    --theme-mobile-breakpoint: 640px;
}

.game-card[data-variant='gold'] { border-color: var(--theme-primary-color); }
