body{
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
article{
  letter-spacing: 0.01em;
}


:root {
  --md-admonition-icon--env: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.71 20.29-1.42 1.42a1 1 0 0 1-1.41 0L7 9.85A3.81 3.81 0 0 1 6 10a4 4 0 0 1-3.78-5.3l2.54 2.54.53-.53 1.42-1.42.53-.53L4.7 2.22A4 4 0 0 1 10 6a3.81 3.81 0 0 1-.15 1l11.86 11.88a1 1 0 0 1 0 1.41M2.29 18.88a1 1 0 0 0 0 1.41l1.42 1.42a1 1 0 0 0 1.41 0l5.47-5.46-2.83-2.83M20 2l-4 2v2l-2.17 2.17 2 2L18 8h2l2-4z"/></svg>')
}
.md-typeset .admonition.env,
.md-typeset details.env {
  border-color: rgb(43, 155, 52);
}
.md-typeset .env > .admonition-title,
.md-typeset .env > summary {
  background-color: rgba(43, 155, 52, 0.1);
  border-color: rgb(43, 155, 52);
}
.md-typeset .env > .admonition-title::before,
.md-typeset .env > summary::before {
  background-color: rgb(43, 155, 52);
  -webkit-mask-image: var(--md-admonition-icon--env);
          mask-image: var(--md-admonition-icon--env);
}
