/* css/normalize.css */

/* 1. Remove default margin and padding */
html, body {
  margin: 0;
  padding: 0;
}

/* 2. Set consistent box sizing */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 3. Set core body styles */
body {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #222;
}

/* 4. Remove list styles on ul, ol elements with a class */
ul[class], ol[class] {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 5. Anchor defaults */
a {
  text-decoration: none;
  color: inherit;
}

/* 6. Make images responsive */
img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* 7. Inherit fonts for form elements */
input, button, textarea, select {
  font: inherit;
}

/* 8. Consistent button appearance */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* 9. Use consistent heading spacing */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  font-weight: 600;
}

/* 10. Set media defaults */
audio, video {
  display: block;
  max-width: 100%;
}
