/* OpenCallbook — site-wide tweaks on top of Bootstrap */

:root {
    --ocb-accent: #0dcaf0;
}

.search-hero .form-control {
    font-size: 1.15rem;
}

.font-monospace {
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
}

.navbar-brand {
    font-size: 1.25rem;
}

dl.row dt {
    font-weight: 500;
}

pre code {
    color: inherit;
    background: transparent;
    padding: 0;
}

main code {
    background: var(--bs-tertiary-bg);
    padding: 0.05rem 0.35rem;
    border-radius: 0.25rem;
    font-size: 0.95em;
}

table.table th {
    font-weight: 600;
    color: var(--bs-secondary-color);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
