@import url("/style/reset.css");
@import url("/style/home.css");
@import url("/style/responsive.css");
@import url("/style/orcamento.css");

body {
  font-family: var(--fonte-texto);
  background-color:var(--bg-branco);
}

:root {
  --fonte-titulo: brawler, serif;
  --fonte-texto: roboto, Arial, Helvetica, sans-serif;
  --texto-claro: #f6f6f6;
  --texto-claro-2: #EEEEEE;
  --texto-escuro: #000000;
  --detalhe-vermelho: #E63A38;
  --detalhe-vermelho2: #CB3331;
  --bg-branco: #F1F6FE;
  --bg-escuro-1: #232529;
  --bg-escuro-2: #18191C;
}

.container-content {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.span-deco {
  background: linear-gradient(173deg,rgba(230, 58, 56, 1) 0%, rgba(247, 45, 42, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
