
header * {
    border: 0px;
    text-decoration: none;
}

body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 200;
}

strong {
    font-weight: bold;
}
:root {
        --libdoc-font-family: "Inter";
        font-weight: 200;
        --ita-colors-primary-500: #0060ee;
}

h1, h2, h3, h4, h5, menu li a, blockquote p {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

main blockquote {
    border-radius: 0;
    border-left: 2px solid var(--ita-colors-success-500);
}

details ol {
    border: 0px!important;
}

details summary {
    border-bottom: 0px!important;

}
