/* Vrtmv documentation theme accents. Navy #1F3A5F is the house heading colour
   used across Vrtmv documents; applied here for a consistent, professional feel. */

:root {
    --vrtmv-navy: #1F3A5F;
}

.content h1,
.content h2,
.content h3 {
    color: var(--vrtmv-navy);
    letter-spacing: -0.01em;
}

.content h1 {
    border-bottom: 2px solid var(--vrtmv-navy);
    padding-bottom: 0.3rem;
}

/* Tighten tables for the many capability/flag matrices in these docs. */
.content table {
    width: 100%;
    display: table;
}
.content table th {
    background: rgba(31, 58, 95, 0.06);
    color: var(--vrtmv-navy);
}

/* A callout convention: blockquotes read as "notes". */
.content blockquote {
    border-inline-start: 4px solid var(--vrtmv-navy);
    background: rgba(31, 58, 95, 0.04);
}
