/*
Theme Name: Teresa Silva Comunicação - Divi Child
Template: Divi
Version: 1.0
Author: ChatGPT
*/

:root{
  --gold:#D6B56A;
  --black:#000000;
  --white:#F5F5F5;
}

body{
  font-family:'Montserrat',sans-serif;
  background:#000;
  color:#F5F5F5;
}

.hero-teresa{
  background:#000;
  padding:120px 0;
}

.gold-text{color:#D6B56A;}
.btn-gold{
  background:#D6B56A;
  color:#000;
  padding:14px 28px;
  border-radius:4px;
  font-weight:600;
}
