 /*
 * @author ( Joan Anglés i Gómez )
 * el roig
*/

/*
  normalize.css és un full d’estil CSS de tercers que serveix per uniformitzar els estils per defecte dels navegadors.
  Cada navegador aplica estils per defecte diferents a elements HTML (h1, p, ul, button, etc.).
  Sense normalize, una pàgina pot veure’s diferent a Chrome, Firefox, Safari o Edge.
  normalize.css no elimina tots els estils, sinó que els homogeneïtza, mantenint cert estil útil, però evitant diferències grans entre navegadors.
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin: 1em 0;
  overflow: auto;
}

ol,
ul {
  padding-left: 2em;
  list-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  padding: 0;
  border: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}

progress {
  vertical-align: baseline;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}
