:root > * {
    --md-text-font: "Roboto";
    --md-typeset-a-color: rgb(12, 136, 255);
    --md-accent-fg-color: rgb(12, 136, 255);
}

.md-typeset a:hover, .md-typeset a:focus {
    color: var(--md-typeset-a-color);
    text-decoration: underline;
}

/* Header */

.md-header {
    background-color: #f6f6f6;
}

.md-header--shadow {
    box-shadow: none;
    transition: none;
}

.md-header:after {
    content: "";
    height: 3px;
    background: linear-gradient(122deg, #3ebffe 0%, #2663b8 100%);
    zIndex: 100;
    position: absolute;
    left: 0;
    right: 0;
}

/* Announcement banner */

.md-banner a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.md-banner a:hover {
    color: #ccc;
}

/* Online indicator dots */

.indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.indicator-green {
    background-color: green;
}

.indicator-orange {
    background-color: orange;
}

.indicator-red {
    background-color: red;
}

/* MUI SVG icons */

.mui-icon {
    display: inline-block;
    fill: currentColor;
    width: 20px;
    vertical-align: text-bottom;
}

.mui-icon-info {
    color: #2AB4E5;
}

.mui-icon-success {
    color: #1DA573;
}
.mui-icon-warn {
    color: #F9A806;
}

.mui-icon-error {
    color: #D81E12;
}


/* Rounded corners for images, allow side-by-side images */
.md-typeset figure img, .md-typeset figure video {
    border-radius: 7px;
    margin: 10px;
    display: inline;
}

body[data-md-color-scheme="default"] figure img,
body[data-md-color-scheme="default"] figure video,
body[data-md-color-scheme="default"] .screenshots img,
body[data-md-color-scheme="default"] .screenshots video {
    border: 1px solid #efefef;
    filter: drop-shadow(3px 3px 3px #ccc);
}

/* roboto-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v29-latin-300.woff2') format('woff2');
}

/* roboto-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v29-latin-regular.woff2') format('woff2');
}

/* roboto-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v29-latin-500.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v29-latin-700.woff2') format('woff2');
}
