/**
 * Block: Hotel FAQs — Scoped Stylesheet
 * Scopes layout and typography sizes under .hotel-faqs-block to override Gutenberg defaults.
 *
 * Author: ably Peru
 * Text Domain: ab_theme
 */

.hotel-faqs-block {
    font-family: 'Jost', sans-serif !important;
    border-radius: 0 !important;
}

.hotel-faqs-block img,
.hotel-faqs-block div,
.hotel-faqs-block button,
.hotel-faqs-block span {
    border-radius: 0 !important;
}

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

/* Section Heading / Title */
.hotel-faqs-block h2 {
    font-family: 'Marcellus', serif !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #1E1E1E !important;
}

.hotel-faqs-block h3,
.hotel-faqs-block h4,
.hotel-faqs-block .faq-question {
    font-family: 'Marcellus', serif !important;
    font-weight: 400 !important;
}

.hotel-faqs-block p,
.hotel-faqs-block span,
.hotel-faqs-block button {
    font-family: 'Jost', sans-serif !important;
}
