:root {
  --nodoo-radius: 0.4rem;
}

body {
  margin: 0;
  font-family: var(--wp--preset--font-family--systeme);
}

p,
ul,
ol {
  max-width: 70ch;
}

img {
  height: auto;
  max-width: 100%;
}

a:hover,
a:focus {
  text-decoration: underline;
}
