/*
 * Theme Name: Flagship
 * Author: Alex Seif
 * Author URI: https://alexseif.com
 * Description: High-performance, KPI-aligned, block-native WordPress theme ecosystem.
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 */

/* Exception to remove block gap above the hero section */
.hero-section {
    margin-block-start: 0 !important;
}