@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli.ttf') format('.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli-Bold.ttf') format('.ttf');
  font-weight: 800;
  font-style: italic;
}

*{
  font-family: 'Muli', sans-serif;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1{
  font-size: 3rem;
  color: #232323;
}

h1,h2{
  font-family: "Saira", sans-serif;
}

.btn-success {
  background-color: #6ede7e
}

.header__textContent--p{
  font-family: "Saira", sans-serif;
  font-weight: 100;
}

p, h1, h2{
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  scroll-behavior: smooth;
  width: 100%;
  background-color: #fff; /* Fundo branquinho pra começar */
  color: #333; /* Corzinha de texto padrão */
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}
