@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/* reset */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: 'Inter'; 
  background-color: #171E1B;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.politica-de-privacidade {
  background-color: #fff;
  font-family: 'Inter';
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
}

.politica-de-privacidade-container {
  max-width: 1217px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

