:root {
  --bc-bg: #050505;
  --bc-bg-secondary: #101010;
  --bc-border: #252525;
  --bc-cream: #F1EDE2;
  --bc-gold: #D6C08A;
  --bc-muted-gold: #B69D64;
  --bc-text-secondary: #B8B2A3;
  --bc-text: #F1EDE2;
  --bc-display-font: 'Rye', Georgia, serif;
  --bc-body-font: 'Space Grotesk', Arial, sans-serif;
}

.bc-theme-dark,
.bc-theme-light,
.bc-theme-gold {
  --bc-logo-color: currentColor;
}

.bc-brand-logo,
.bc-brand-wordmark,
.bc-brand-monogram {
  display: inline-flex;
  align-items: center;
}

.bc-brand-logo img,
.bc-brand-wordmark img,
.bc-brand-monogram img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.bc-brand-monogram {
  aspect-ratio: 1;
}

.bc-button {
  border: 1px solid var(--bc-gold);
  background: var(--bc-gold);
  color: var(--bc-bg);
  font-family: var(--bc-body-font);
  font-weight: 800;
  text-transform: uppercase;
}
