* {
  /* font-family: "Questrial", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont,
  "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
  "Fira Sans", "Droid Sans", "Helvetica Neue",
  sans-serif;
  /*
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto",
  "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;*/
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main {
  display: block;
}

body {
  font-size: 100%;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
strong {
  font-weight: 600;
}

[role="button"],
[role="menu"],
button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1em;
  line-height: 1;
  padding: 0;
}

/* ta fodendo com os forms, check dos checkboxes, vou deixar aqui e arrumar no form */
*, *:after, *:before {
  box-sizing: border-box;
}
