/* normalize.css — Minimal and CSW131-Ready */

/* 1. Set a consistent box model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* 3. Set core body defaults */
body {
  font-family: system-ui, sans-serif;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

/* 4. Improve text rendering */
body, input, button, textarea, select {
  font: inherit;
}

/* 5. Remove list styles on ul, ol elements */
ul, ol {
  list-style: none;
  padding: 0;
}

/* 6. Images are responsive by default */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* 8. Forms inherit font settings */
input, button, textarea, select {
  font: inherit;
}

/* 9. Set consistent border for all elements */
button, input, select, textarea {
  border: 1px solid #ccc;
  background: none;
}

/* 10. Normalize button and link behavior */
button {
  background: transparent;
  border: none;
  cursor: pointer;
}