/* CloserTrack - Reset Básico */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'DM Sans', Arial, sans-serif;
  background: #F0F2F5;
  color: #0F2F44;
  min-height: 100vh;
}

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

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

button { cursor: pointer; }

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