/*
Theme Name: Sukha Core Theme
Author: Emma Karlsson
Description: Full-site-editing block theme for Sukha Nordic Retreats. Two navigation contexts (Retreats / Rentals) on a single install, with EN/SV/NL multilingual support via Polylang.
Version: 1.0.0
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sukha-core
*/

/* ============================================
   Sticky footer layout
   ============================================ */

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wp-site-blocks > main {
	flex: 1 0 auto;
}

/* ============================================
   Global
   ============================================ */

*,
*::before,
*::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

html {
   font-size: calc(0.5991091314031181rem + 0.4454342984409799vw);
}

:where(.wp-site-blocks) > * {
   margin-block-start: 0;
   margin-block-end: 0;
}

:root :where(.is-layout-flow) > * {
   margin-block-start: 0;
   margin-block-end: 0;
}

/* ============================================
   Block-specific styles
   Loaded via wp_enqueue_block_style() in functions.php:
   - assets/css/header.css  →  core/template-part
   - assets/css/footer.css  →  core/template-part
   ============================================ */