@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,700&family=JetBrains+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --md-text-font: "Exo 2";
  --md-code-font: "JetBrains Mono";
}

:root {
  --md-typeset-font-size: 0.75rem;
}

.md-typeset {
  font-size: 0.75rem;
  line-height: 1.5;
}

.md-typeset h1 {
    font-weight: 700 !important;
    margin: 0 0 1em;
}

.md-typeset h1, .md-typeset h2 {
    font-weight: 600;
}

strong {
	font-weight: 600;
}

/* Stream Labs light theme */
[data-md-color-scheme="streamlabs"] {
  --md-primary-fg-color: #222e3d;
  --md-primary-fg-color--light: #2e3d52;
  --md-primary-fg-color--dark: #161e28;
  --md-accent-fg-color: #fd444f;
  --md-accent-fg-color--transparent: #fd444f20;
}

[data-md-color-scheme="slate"] {
  --md-accent-fg-color: #fd444f;
  --md-accent-fg-color--transparent: #fd444f20;
  --md-typeset-a-color: #fd444f;
}

[data-md-color-scheme="slate"] .md-header,
[data-md-color-scheme="slate"] .md-tabs {
  background-color: #222e3d;
}

.md-footer {
  background-color: #222e3d;
}

[dir=ltr] .md-header__title {
  margin-left: 0.25rem;
}

.md-header__topic:first-child {
    font-weight: 500;
}

.md-main__inner {
    margin-bottom: 1.25rem;
}

/* Center figures — paragraphs containing only an image link + caption */
.md-typeset p:has(> a.glightbox) {
  text-align: center;
}

.md-typeset p:has(> a.glightbox) img {
  display: inline-block;
  margin: 0 auto;
}

.md-typeset p:has(> a.glightbox) em {
  display: block;
  text-align: center;
  font-size: 0.6rem;
  margin-bottom: .75rem;
}

[dir=ltr] .md-typeset .task-list-indicator:before {
    left: -1.85em;
}

.md-typeset img.inline-img {
	max-height: 1.5em;
    vertical-align: text-bottom;
    line-height: 1;
}

.md-feedback__note>* {
  	max-width: none;
	font-size: 0.65rem;
    font-style: italic;
}
 
@keyframes blink-underline {
  0%, 100% { text-decoration-color: transparent; }
  50% { text-decoration-color: currentColor; }
}

.md-feedback__note a.blink {
  text-decoration: underline;
  animation: blink-underline 1s ease-in-out 3;
}

.md-version__list {
    background-color: #171f29;
	font-weight: 300;
	color: white;
	opacity: .9;
}

.md-version * {
	font-weight: 300;
}

.md-banner--warning {
	background-color: #ffff99e3;
}

.md-banner__inner.md-grid.md-typeset {
    text-align: center;
    margin: .25rem auto;
    color: #000000;
    font-size: .6rem;
}

.md-version {
  display: none;
}