/**
 * Bootstrap 5.3.2 typography & legacy spacing used by the theme but not included
 * in bootstrap-grid / bootstrap-utilities bundles.
 * Grid + utilities load via wp_enqueue (see functions.php).
 */

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    .h3 {
        font-size: 1.75rem;
    }
}

/* Legacy margin class names still used in a few templates (BS4-style). */
.mr-2 {
    margin-inline-end: 0.5rem !important;
}

.ml-1 {
    margin-inline-start: 0.25rem !important;
}
