:root {
  --laranja: #ff5a1e;
  --bg-cards-cor: #16142C;

  --font-family-accent: "Montserrat", Sans-serif;
  /* Titulos */
  --font-family-base: "Montserrat", Sans-serif;
  /* Outros textos */

  --btn-radius: 20px;

  --font-color-mid: #292277;

  /* Mid section image */
  --font-color-mid-image: #292277;

  /* Footer */
  --bg-footer: #16142C;
}


/* .title{
  font: bold 24px/1.2  var(--font-family-accent, var(--font-family-accent));
}

.button{
    font: bold 24px/1.2 var(--font-family-base, var(--font-family-base));
} */