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

.hotel-hero-block {
    font-family: 'Outfit', sans-serif !important;
}

.hotel-hero-block h1,
.hotel-hero-block span,
.hotel-hero-block a {
    font-family: 'Outfit', sans-serif !important;
}
