/* =========================
   MODERN NORMALIZE (LIGHT)
========================= */

/* Document */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* Sections */
body {
  margin: 0;
}

main {
  display: block;
}

/* Headings */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Box sizing (recommended addition) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Grouping */
hr {
  height: 0;
  overflow: visible;
}

/* Text */
pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub { bottom: -0.25em; }
sup { top: -0.5em; }

/* Links */
a {
  background-color: transparent;
  text-decoration: none;
}

/* Images */
img {
  border-style: none;
  max-width: 100%;
  display: block;
}

/* Forms */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  cursor: pointer;
}

/* Remove default styles */
button,
input,
select,
textarea {
  border-radius: 0;
}

/* Textarea */
textarea {
  overflow: auto;
}

/* Search */
[type="search"] {
  outline-offset: -2px;
}

/* Hidden */
[hidden] {
  display: none;
}
