/*
Theme Name: Keahi PRO
Theme URI: https://romanfink.com/keahi/
Author: Roman Fink
Description: The premium version of Keahi — a minimalist portfolio theme for freelancers, designers, photographers, architects, copywriters, and creative professionals. Includes 63 patterns, 7 full-page homepage variants, 7 style variations, and the same warm cream aesthetic. Full Site Editing, no code required.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: keahi-pro
Tags: one-column, custom-colors, custom-menu, editor-style, full-site-editing, block-patterns, portfolio, wide-blocks, block-styles
*/

html {
	scroll-behavior: smooth;
}

/* --- Stick footer to bottom --- */

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wp-site-blocks > footer {
	margin-block-start: 0px !important;
}

.wp-site-blocks > .wp-block-group {
	margin-bottom: auto !important;
}

/* --- Remove block gap on mobile --- */

@media (max-width: 781px) {
	:where(.wp-site-blocks) > * {
		margin-block-start: 0;
	}
}
