/* =============================================
   RESET — minimal, opinionated
   fr.collective OG Website
   ============================================= */

/* Box model normalisation */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Smooth scroll on the root */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* Full-height baseline */
body {
  min-height: 100vh;
}

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

/* Forms inherit the document font */
input, button, textarea, select {
  font: inherit;
}

/* Prevent long strings from breaking layout */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Strip list styling */
ul, ol {
  list-style: none;
}

/* Strip link underlines; colour inherited */
a {
  color: inherit;
  text-decoration: none;
}

/* Clickable cursor on buttons */
button {
  cursor: pointer;
  border: none;
  background: none;
}

/* Remove fieldset / legend weirdness */
fieldset {
  border: none;
}
