@font-face {
    font-family: "Estedad";
    src: url("../assets/fonts/Estedad-VF.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --md-text-font: "Estedad";
    --md-code-font: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

html,
body,
body *,
input,
button,
textarea,
select,
.md-header,
.md-header__topic,
.md-tabs,
.md-nav,
.md-search,
.md-sidebar,
.md-main,
.md-content,
.md-typeset,
.md-typeset :is(h1, h2, h3, h4, h5, h6, p, a, li, dt, dd, blockquote, table, th, td, caption),
.md-typeset :is(.admonition, details, .md-button),
.md-footer,
.md-footer-meta,
.md-footer-nav {
    font-family: "Estedad", sans-serif !important;
}

code,
code *,
pre,
pre *,
kbd,
kbd *,
samp,
samp *,
.md-typeset :is(.highlight, .highlight *, .md-code, .md-code *) {
    font-family: var(--md-code-font) !important;
}

.md-typeset :is(code, kbd, pre),
.md-search__input,
.md-header__topic,
.md-typeset a[href^="http"],
.md-typeset a[href^="/"] {
    direction: ltr;
    unicode-bidi: isolate;
}

.md-typeset pre {
    text-align: left;
}

.md-typeset table:not([class]) {
    display: table;
}
