﻿@font-face {
    font-family: "Heebo";
    src: "resources/fonts/Heebo-VariableFont_wght.tff";
}

:root {
    --md-primary-fg-color: rgb(0, 153, 255);
    --md-text-font: "Heebo";
    font-size: 22px;
    line-height: 24px;
}

.md-typeset figcaption {
  margin: 0.5em auto;
  opacity: 0.75;
  font-size: 0.9em;
  font-style: normal;
}

.md-tabs {
    background-color: rgb(41, 45, 50);
    box-shadow: rgb(64, 71, 79) 0px 1px 0px 0px inset;
}

.md-tabs__link {
    margin-top: 0;
}

.md-tabs__item a {
    font-size: 14px;
}

/* Right-align "Contribute Documentation". */
.md-tabs__item:last-child {
    margin-left: auto;
}

.md-tabs__list {
    margin-right: 5em;
}

.md-tabs__item {
    height: 45px;
    padding-top: 0.6rem;
}

.md-tabs__item--active {
    box-shadow: rgb(255, 255, 255) 0px -3px 0px 0px inset;
}

.md-typeset {
    font-size: .73rem;
    line-height: 24px;
}

.md-typeset code {
    font-size: .62rem;
}

.md-typeset .admonition,
.md-typeset details {
    font-size: .68rem;
}

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

.md-header {
    position: relative;
}

.md-typeset img , .md-typeset video {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Custom admonitions */

.md-typeset .admonition.boringbox-check,
.md-typeset details.boringbox-check {
    border-color: #9e9e9e;
}

.md-typeset .boringbox-check>.admonition-title,
.md-typeset .boringbox-check>summary {
    background-color: #9e9e9e1a;
}

.md-typeset .boringbox-check>.admonition-title::before,
.md-typeset .boringbox-check>summary::before {
    background-color: #9e9e9e;
    -webkit-mask-image: var(--md-admonition-icon--success);
    mask-image: var(--md-admonition-icon--success);
}

.md-typeset .boringbox-check>.admonition-title::after,
.md-typeset .boringbox-check>summary::after {
    color: #9e9e9e;
}