body {
    --bs-body-font-size: 14px;
    --bs-body-color: #444;
}

body h1 {
    font-size: 24px;
    font-weight: bolder;
    margin-top: 10px;
    color: #555;
}

body h2 {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 10px;
    color: #555;
}

body h3 {
    font-size: 18px;
}

body h4 {
    font-size: 16px;
}

body h5 {
    font-size: 14px;
}

body h6 {
    font-size: 12px;
}

.data .row p {
    margin-bottom: 0;
}

.features img {
    opacity: 0.7;
}

.features > * > p:first-child {
    margin-top: 12px;
    margin-bottom: 0;
}

.callout {
    color: #fff;
    border-radius: 10px;
    padding: 32px;
}

.callout h2 {
    color: #fff;
}

img {
    border-radius: 0.375rem;
}
