/**
 * Block: Hotel Editorial Intro — Scoped Editor Stylesheet
 * Scopes layout and typography under .hotel-editorial-intro-block to override Gutenberg defaults.
 *
 * Author: ably Peru
 * Text Domain: ab_theme
 */

.hotel-editorial-intro-block {
    font-family: 'Outfit', sans-serif !important;
    border-radius: 0 !important;
}

.hotel-editorial-intro-block div,
.hotel-editorial-intro-block p,
.hotel-editorial-intro-block span {
    border-radius: 0 !important;
}

/* ─── Typography & Sizing Overrides ─── */

/* Section Heading / Title */
.hotel-editorial-intro-block h2 {
    font-size: 2.25rem !important; /* text-3xl / 4xl */
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #1E1E1E !important;
}

@media (min-width: 768px) {
    .hotel-editorial-intro-block h2 {
        font-size: 2.75rem !important;
    }
}
