:root {
    --md-default-bg-color: #1e1e1e;
}

@font-face {
    font-family: 'JetBrainsMonoNerd';
    src: url('../../Fonts/JetBrainsMono-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}


body {
    font-family: "JetBrainsMonoNerd", monospace;
    font-weight: normal;
    background: #13131e;
    color: #cdd6f4;
    margin: 0;
    padding: 0;
}


.md-main {
    background-color: #121212;
}

.md-main__inner,
.md-content,
.md-content__inner {
    background-color: #121212 !important;
}

.md-typeset {
    color: #e0e0e0;
}


.md-typeset p,
.md-typeset li,
.md-typeset span,
.md-typeset dt,
.md-typeset dd {
    color: #e0e0e0;
}

/* Títulos */
.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6 {
    color: #ffffff;
}

.md-typeset a {
    color: #4dabf7;
}

.md-typeset a:hover {
    color: #74c0fc;
}

.md-typeset blockquote {
    background-color: #1e1e1e;
    border-left: 4px solid #4dabf7;
    color: #cccccc !important;
    padding: 0.6rem 1rem;
    border-radius: 0 4px 4px 0;
}

.md-typeset blockquote p {
    color: #cccccc !important;
}

.md-typeset pre {
    background-color: #1e1e1e;
}

.md-typeset code {
    background-color: #2a2a2a;
    color: #e0e0e0;
}

.md-typeset table {
    background-color: #1e1e1e;
    color: #e0e0e0;
}

.md-typeset th {
    background-color: #2a2a2a;
    color: #ffffff;
}

.md-typeset td {
    background-color: #1e1e1e;
    color: #e0e0e0;
}

.md-typeset hr {
    border-color: #333;
}

.md-header {
    background-color: #1a1a1a;
}

.md-sidebar--primary {
    background-color: transparent !important;
}

.md-sidebar--primary .md-sidebar__scrollwrap {
    background-color: #1e1e1e;
}

.md-sidebar__scrollwrap {
    background-color: #1e1e1e;
}

.md-sidebar--primary .md-nav__title {
    display: none !important;
}

.md-sidebar--primary .md-sidebar__inner {
    padding-top: 0 !important;
}

.md-sidebar--primary .md-nav--primary {
    padding-top: 0.4rem !important;
}

.md-sidebar--primary .md-sidebar__scrollwrap {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.md-nav__link {
    background-color: #1e1e1e;
    color: #cccccc !important;
    margin: 0 !important;
    padding: 0.35rem 0.6rem !important;
}

.md-nav__link:hover {
    color: #4dabf7 !important;
}

/* Link activo (página actual) */
.md-nav__link--active {
    color: #4dabf7 !important;
    font-weight: 600;
}

.md-nav--primary > .md-nav__list > .md-nav__item--section {
    margin-top: 1.1rem !important;
    padding-top: 0.2rem;
    border-top: 1px solid #2e2e2e;  /* línea separadora sutil, quita si no te gusta */
}


.md-nav--primary > .md-nav__list > .md-nav__item:first-child {
    margin-top: 0 !important;
    border-top: none;
}


.md-nav__item--section > .md-nav__link {
    font-size: 1.0rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    padding: 0.3rem 0.6rem !important;
    letter-spacing: 0.02em;
}


.md-sidebar--secondary {
    background-color: #1e1e1e;
}

.md-nav--secondary .md-nav__link {
    background-color: #1e1e1e;
    padding: 0.3rem 0.6rem !important;
    margin: 0 !important;
    color: #aaaaaa !important;
}

.md-nav--secondary .md-nav__link:hover {
    color: #4dabf7 !important;
}