body, h1, p, span{
  margin: 0px;
}
html, body{
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
ul{
  margin: 0px;
  padding: 0px; 
  list-style: none;
}

a{
  text-decoration: none;
}
@font-face {
  font-family: 'Boston_regular';
  src: url('/tipografia/Boston\ Angel\ Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Boston_bold';
  src: url('/tipografia/Boston\ Angel\ Bold.otf') format('opentype');
}

:root{
  --cor-0:#000000;
  --cor-1:#FCF9F4;
  --cor-2:#F9F1E6;
  --cor-3: #D49C4E;
  --cor-4: #786141;
  --titulo: "Boston_regular";
  --destaque: "Boston_bold";
  --texto:"Montserrat", sans-serif;
}

