@font-face {
    font-family: "Helvetica";
    font-weight: normal;
    font-style: normal;
    src: url("../assets/fonts/Helvetica.ttf");
}

@font-face {
    font-family: "Helvetica";
    font-weight: bold;
    font-style: normal;
    src: url("../assets/fonts/Helvetica-Bold.ttf");
}

@font-face {
    font-family: "Helvetica";
    font-weight: normal;
    font-style: italic;
    src: url("../assets/fonts/Helvetica-Oblique.ttf");
}

:root {
  --md-primary-fg-color:        #0099cc;
  --md-primary-bg-color:        #003568;

  --md-accent-fg-color:        #0099cc;
  --md-text-font: "Helvetica";
}

.md-typeset .admonition,
.md-typeset details {
  border-width: 0;
  border-left-width: 4px;
}

.md-typeset h1 {
    color: #0099cc;
    font-size: 36px;
    font-weight: 400;
}

.md-typeset h2 {
    color: #0099cc;
    font-size: 30px;
    font-weight: 400;
}

.md-header {
    background-color: white;
}

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

.md-tabs {
    background-color: white;
}

.md-tabs__list {
    float: right;
    padding-top: 10px;
}

.md-tabs__link {
    font-size: 0.9rem;
    color: #003568;
    opacity: 1;
}

.md-tabs__item{
    color: #003568;
    border-top: 3px solid white !important
}

.md-tabs__item--active{
    color: #003568;
    border-top: 3px solid #0099cc !important
}


.md-nav--primary .md-nav__title[for=__drawer] {
    background-color: white;
}

.md-nav__source {
    background-color: white;
}

.md-header__button.md-logo img, .md-header__button.md-logo svg {
    max-width:100%;
    height: 2.6rem;
}

.md-typeset .md-tags:not([hidden]){
    margin-bottom: 2em;
}
