/* =====================================
   RESET — Praktijk La Aurora
   ===================================== */

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

/* 2. Remove default margins */
* {
  margin: 0;
}

/* 3. Body defaults */
html {
  -webkit-text-size-adjust: 100%;
}

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

/* 4. Media elements */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 5. Remove built-in form typography */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* 6. Remove button styles */
button {
  background: none;
  border: none;
  cursor: pointer;
}

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

/* 8. Links */
a {
  text-decoration: none;
  color: inherit;
}

/* 9. Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}