@import url("https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  /* font-family: 'Noto Sans', 'Helvetica', sans-serif; */
  font-family: "Rubik", sans-serif;
}

/* Default font sizing */
a, p, span, ul, ol, label, input, textarea, select, address, thead th, tbody tr td {
  font-family: inherit;
  font-size: 1.2em;
  line-height: 1.5em;
}
h1 {
  font-size: 2.2em;
  line-height: 1.2em;
}

h2 {
  font-size: 1.8em;
  line-height: 1.2em;
}

h3 {
  font-size: 1.6em;
  line-height: 1.2em;
}

h4 {
  font-size: 1.4em;
  line-height: 1.2em;
}

h5 {
  font-size: 1.2em;
  line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
p a,
p span,
li,
li *,
th a,
tr a,
td a,
ol > li > table > thead > tr > th,
ol > li > table > tbody > tr > td {
  font-size: inherit;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

sup, sub {
  font-size: 0.4em;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
  position: relative;
  top: 0px;
}
a.header-anchor,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  line-height: inherit;
}

h1,h2,h3,h4,h5,h6 {
  font-family: inherit;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: calc(var(--gutter-width) * 2);
}

code {
  overflow: scroll;
  font-size: inherit;
}

pre {
  margin: 0px;
  font-size: 16px;
  line-height: 18px;
}

.bold {
  font-weight: bold;
}

ul {
  padding-top: var(--gutter-width);
}
li {
  padding-bottom: 5px;
}

.dl-title {
  color: inherit;
  font-weight: bold;
}

.dl-title,
.dl-description {
  font-size: 1.2em;
  line-height: 1.5em;
}

.dl-title *,
.dl-description * {
  font-size: inherit;
  line-height: inherit;
}

dd > p {
  margin-top: 0px;
}

.center,
.center > * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.right,
.right > * {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}

.content-link,
.dl-link {
  display: block;
  box-sizing: content-box;
  clear: right;
  text-decoration: none;
  white-space: nowrap;
  overflow-x: auto;
  text-overflow: clip;
  -ms-overflow-style: none;
}
.content-link:after,
.dl-link:after {
  content: " ";
  display: block;
  width: 0px;
  height: var(--link-underline-height);
  background-color: var(--link-underline-blue);
  margin-bottom: 5px;
  transition: all 0.5s ease;
}

.content-link:hover,
.dl-link:hover {
  /* border-bottom: 3px solid var(--link-underline-blue); */
}

.content-link:hover:after,
.dl-link:hover:after {
  /* border-bottom: 3px solid var(--link-underline-blue); */
  content: " ";
  display: block;
  width: 100%;
  height: var(--link-underline-height);
  background-color: var(--link-underline-blue);
  margin-bottom: 5px;
}

.content-link > *,
.dl-link > * {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.content-link .content-link-prefix-icon,
.dl-link .dl-link-prefix-icon {
  line-height: inherit;
  width: 1.2em;
}

.content-link .content-link-suffix-icon,
.dl-link .dl-link-suffix-icon {
  padding-left: 3px;
  width: 1.2em;
}

.content-link > img {
  height: 35px;
  width: auto;
}

.header-anchor span.anchor-link {
  font-size: 0.7em !important;
}

.copyright .fas {
  font-size: inherit;
  line-height: inherit;
}

.copyright .fas {
  margin: 0px 0px 0px 6px;
}

.copyright .fas.fa-heart {
  color: var(--monitoringlove-red);
}

.copyright {
  float: right;
}

.copyright p,
.copyright a {
  font-size: 1.0em;
}

p > code,
ul > li > code,
ol > li > code {
  background-color: var(--light-gray);
  font-family: monospace;
  padding: 3px 5px;
  border-radius: 2px;
  font-weight: 600;
}

address {
  white-space: pre-line;
  font-style: unset;
  padding-left: 10px;
  padding-bottom: var(--gutter-width);
}

address a[href^="mailto"]::before {
  content: "📧 ";
}

address a[href^="tel"]::before {
  content: "📞 ";
}

blockquote {
  background-color: #fcf8e3;
  margin-left: calc(var(--gutter-width) * 2);
  padding: var(--gutter-width) calc(var(--gutter-width) * 2);
  border-left: 5px solid #DEBC17;
}
blockquote p {
  margin: 0px;
}

#toc {
  margin-top: 0px;
  padding-left: var(--gutter-width);
  list-style-type: none;
}
#toc h5 {
  margin-top: var(--gutter-width);
}
#toc .content-link {
  white-space: unset;
  padding-bottom: 5px;
}
#toc .content-link.H2 {
  padding-left: 0px;
}
#toc .content-link.H3 {
  padding-left: 10px;
}
#toc .content-link.H4 {
  padding-left: 20px;
}

.popup {
  position: relative;
}
.popup-hint {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.popup-content {
  position: absolute;
  bottom: 125%;
  left: 0;
  width: calc(var(--container-width) * 0.3);
  padding: var(--gutter-width);
  z-index: 1;
  background-color: white;
  border: 3px solid var(--primary-blue);
}
.popup-content.hidden {
  display: none;
}
.popup-content strong {
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
}
.popup-content span {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
}