@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../fonts/inter-v12-latin-regular.woff2") format("woff2"), url('../fonts/inter-v12-latin-regular.woff') format("woff");
    font-display: block;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../fonts/inter-v12-latin-500.woff2") format("woff2"), url('../fonts/inter-v12-latin-500.woff') format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/inter-v12-latin-700.woff2") format("woff2"), url('../fonts/inter-v12-latin-700.woff') format("woff");
    font-display: swap;
}


@font-face {
    font-family: 'SequelSans';
    font-style: normal;
    font-weight: 400;
    src: local(""), url('../fonts/SequelSansRegular/font.woff2') format("woff2"), url('../fonts/SequelSansRegular/font.woff') format("woff");
    font-display: swap;
}
@font-face {
    font-family: 'SequelSans';
    font-style: normal;
    font-weight: 500;
    src: local(""), url('../fonts/SequelSansMedium/font.woff2') format("woff2"), url('../fonts/SequelSansMedium/font.woff') format("woff");
    font-display: block;
}

body {
    font-family: Inter, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: SequelSans, Arial, Helvetica, sans-serif;
}
:root {
    --md-primary-fg-color: white;
    --md-primary-bg-color: rgba(0,0,0,.87);
    --md-primary: #4B5456;
    --md-secondary: #d8d4ce;
    --md-accent-fg-color: black;
    --action: #0082CE;
    --machine: #05DBC6;
    --md-typeset-a-color: #063C6C;
    --lightgrey-color: #F0F0EF
}

.md-header__button.md-logo :-webkit-any(img,svg) {
    height: 2rem;
}

.md-content :target {
    scroll-margin-top: 3.6rem!important;
}

img {
    margin: 0.5rem;
}
.md-content img {
    background-color: white;
}
.md-typeset code {
    background-color: #ffffff9e!important;
}
.md-content__inner {
    margin-left: 6%!important;
    margin-right: 6%!important;
}
strong,
.md-typeset .admonition-title, .md-typeset summary,
.md-nav__title {
    font-weight: 500;
}
.md-typeset table:not([class]) {
    font-size: 1em;
}

.md-header {
    box-shadow:  none!important;
}
.md-header .md-logo {
    padding: 1rem 3rem .5rem 0;
}
.md-header .md-logo img {
    height: 3rem;
    width: 10rem;
}
.md-search__icon path,
.md-header__button path {
    stroke:  var(--md-primary);
    fill:  var(--md-primary);
}
.md-search__form {
    background-color: inherit;
    border-bottom: 1px solid var(--md-secondary);
}
::placeholder { 
  color: var(--md-primary)!important;
  opacity: 1;
}



.md-sidebar--primary .md-sidebar__scrollwrap {
    padding: 12px;
    padding-top: 24px;
    background: var(--lightgrey-color);
    border-radius: 4.5px;
    /*box-shadow: 0px 4px 16px 0px rgba(37, 119, 167, 0.08);*/
    color: var(--md-primary);
}
.md-nav--primary .md-nav__title {
    box-shadow:  none !important;
}
.md-sidebar--primary .md-logo img {
    width: 10rem!important;
    height: 3rem!important;
}
.md-sidebar--primary .md-nav__title a[title="Apheris Documentation"]:not(.md-logo) {
    display: none;
}
.md-sidebar--primary a {
    color: var(--md-primary);
}
.md-sidebar--primary a.md-nav__link--active {
    color: black!important;
}

.md-sidebar--primary a:hover {
    color: black!important;
    /*font-weight: 500;*/
}
.md-sidebar--primary li {
    padding: .5rem 0;
    padding-left: .4rem;
}
.md-sidebar--primary .md-nav__link {
    margin-top: 0;
}
.md-sidebar--primary .md-nav__list .md-nav  {
    margin-top: 12px;
}


.md-typeset a {
    color: black;
    text-decoration: underline;
}
.md-typeset a:hover {
    color: var(--md-primary)!important;
}
.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
    font-weight: 500;
    color:  var(--md-primary-bg-color);
}
.md-nav--secondary a {
    color: var(--md-primary);
}
.md-typeset .admonition, .md-typeset details {
    font-size: 0.8rem;
}

.md-typeset .admonition {
    border: 0!important;
}
.md-typeset .info>.admonition-title::before, 
.md-typeset .info>summary::before, 
.md-typeset .todo>.admonition-title::before, 
.md-typeset .todo>summary::before {
    background-color: var(--md-primary);
}
.md-typeset .tip>.admonition-title::before, 
.md-typeset .tip>summary::before, 
.md-typeset .important>.admonition-title::before, 
.md-typeset .important>summary::before, 
.md-typeset .hint>.admonition-title::before, 
.md-typeset .hint>summary::before,
.md-typeset .note>.admonition-title:before, 
.md-typeset .note>summary:before {
    background-color: var(--md-primary);
}
.md-nav__item .md-nav__link--active {
    color: black;
    font-weight: 500;
}
.md-nav__title {
    padding: 0;
}


/*footer*/

.md-footer {
    background-color: var(--lightgrey-color);
    color: var(--md-default-fg-color--light);
    border-top: 1px solid #eee;
}

.md-footer-meta {
    /*display: none;*/
    background-color: transparent;
    color: var(--md-default-fg-color--light);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-email {
    margin-left: 0.9rem;
    font-size: .7rem;
}
.footer-email span {
    margin: 0 1rem;
}
.md-footer-meta path{
    fill: var(--md-default-fg-color--light);
}
.md-footer-social__link {
    display: inline-flex;
    align-items: center;
}

.md-footer__title {
    color: var(--md-primary);
}

/**
These were added so that titles of  nav-links within the same document do net get covered by 
the fixed position of the overlaying header.
**/
h2:target {
    padding-top: 1.6rem!important;
}

h3:target {
    padding-top: 1.6rem!important;
}

h4:target {
    padding-top: 1.6rem!important;
}