/* destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-sizing and remove default padding/margin */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove default body styles */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  background: #fff;
  color: #222;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul, ol {
  list-style: none;
}

/* Remove default button styles */
button, input, select, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
}

/* Remove anchor underline */
a {
  color: inherit;
  text-decoration: none;
}

/* Remove default table styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove default img styles */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Remove default fieldset and legend styles */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}

/* Remove default hr styles */
hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 2rem 0;
}

/* Remove default pre styles */
pre {
  font-family: inherit;
  font-size: inherit;
}

/* Remove default blockquote styles */
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* Remove default abbr styles */
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

/* Remove default address styles */
address {
  font-style: normal;
}

/* Remove default mark styles */
mark {
  background: #ff0;
  color: #222;
}

/* Remove default code styles */
code, kbd, samp {
  font-family: inherit;
  font-size: inherit;
}

/* Remove default small styles */
small {
  font-size: 80%;
}

/* Remove default sub/sup styles */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
