/* Custom styles for CDE Harmonization documentation */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.sidebar-brand-text {
    font-weight: 600;
}

code {
    padding: 0.2em 0.4em;
    background-color: rgba(175, 184, 193, 0.2);
    border-radius: 6px;
}

pre {
    background-color: #f6f8fa;
    border-radius: 6px;
    padding: 16px;
}

a.reference.internal {
    color: #0366d6;
}

a.reference.internal:hover {
    color: #0256c7;
    text-decoration: underline;
}
