/* =========================================================
   Reset CSS
   - UTF-8
   - Modern / minimal
   - Safe for business & creative sites
========================================================= */

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
html, body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote,
dl, dd {
  margin: 0;
}

/* Base settings */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Lists */
ul, ol {
  padding: 0;
  list-style: none;
}

/* Images */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Form elements */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border-radius: 0;
}

/* Button */
button {
  border: none;
  cursor: pointer;
}

/* Anchor */
a {
  text-decoration: none;
  color: inherit;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address */
address {
  font-style: normal;
}

/* Strong / Em */
strong {
  font-weight: bolder;
}
em {
  font-style: normal;
}

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