/* font-display: swap for Font Awesome icon font */
@font-face {
    font-family: 'FontAwesome';
    font-display: swap;
    src: url('../vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.modal-section-title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
