/* Custom style tweaks on top of Furo */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

.highlight pre {
    font-size: 0.88em;
    line-height: 1.55;
}

.admonition {
    border-left-width: 4px;
}

table thead th {
    font-weight: 600;
}

button.copybtn {
    top: 0.5rem;
    right: 0.5rem;
}
