/*
Theme Name: Keahi
Theme URI: https://romanfink.com/keahi/
Author: Roman Fink
Description: Minimalist portfolio and personal website theme for freelancers, designers, developers, and professionals. Warm cream background, bold typography, red accents. Full Site Editing, 5 starter patterns, no code required.
Requires at least: 6.5
Tested up to: 6.7
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
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;
	}
}
