:root {
  --tp-primary: #c9a227;
  --tp-primary-hover: #b8921f;
  --tp-secondary: #1a1a1a;
  --tp-bg: #0f0f0f;
  --tp-surface: #1a1a1a;
  --tp-text: #f5f5f5;
  --tp-text-muted: #a3a3a3;
  --tp-border: rgba(201, 162, 39, 0.25);
  --tp-hero-overlay: rgba(0, 0, 0, 0.65);
  --tp-radius: 8px;
  --tp-font-heading: "Oswald", "Plus Jakarta Sans", sans-serif;
}

.tp-header {
  background: #0a0a0a;
}

.tp-hero--barbearia .tp-hero__title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tp-section--gallery {
  background: #141414;
}
