@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/InterVariable.woff2") format("woff2");
}

html {
  font-size: 160%;
} 

.md-typeset {
  font-family: "Inter", sans-serif;
  font-feature-settings: "cv05" on;
}

.md-header__title {
  font-size: 1.4rem;
}

.md-main__inner {
	margin-top: 0rem;
}

[dir="ltr"] .md-header__title {
  margin-left: 0rem;
  margin-right: .4rem;
}

.md-header__button.md-logo img, .md-header__button.md-logo svg {
  fill: currentcolor;
  height: 2.5rem;
}

.md-grid {
  max-width: 900px; 
}

:root {
  --md-admonition-icon--dog: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M32 112c16.6 0 30.2 12.6 31.8 28.7l.3 6.6C65.8 163.4 79.4 176 96 176h179.1L416 236.4V480c0 17.7-14.3 32-32 32h-32c-17.7 0-32-14.3-32-32V348.7C296 361 268.8 368 240 368s-56-7-80-19.3V480c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V234.4C26.7 221.2 0 185.8 0 144c0-17.7 14.3-32 32-32M355.8-32c7.7 0 14.9 3.6 19.6 9.8L392 0h52.1C456.8 0 469 5.1 478 14.1L496 32h56c13.3 0 24 10.7 24 24v24c0 44.2-35.8 80-80 80h-64l-7 28-124.7-53.4 31.6-147.2c2.4-11.3 12.3-19.4 23.9-19.4M448 44a20 20 0 1 0 0 40 20 20 0 1 0 0-40"/></svg>')
}
.md-typeset .admonition.dog,
.md-typeset details.dog {
  border-color: rgb(255, 127, 0);
}
.md-typeset .dog > .admonition-title,
.md-typeset .dog > summary {
  background-color: rgba(255, 127, 0, 0.1);
}
.md-typeset .dog > .admonition-title::before,
.md-typeset .dog > summary::before {
  background-color: rgb(255, 127, 0);
  -webkit-mask-image: var(--md-admonition-icon--dog);
          mask-image: var(--md-admonition-icon--dog);
}
