/*
Theme Name: Kairios Field
Theme URI: https://example.com/
Author: Kairios
Author URI: https://example.com/
Description: Field landing theme that directs users to Community and Courses with a unified modern glass/gradient aesthetic.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kairios-field
*/

html,
body {
	margin: 0;
	padding: 0;
}

/* Prevent inherited theme wrappers from adding an outer frame/gap. */
.home .site,
.home #page,
.home #main,
.home #primary,
.home #content,
.home .site-content,
.home .content-area,
.home .site-main,
.home article,
.home .entry-content {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
	border: 0;
	box-shadow: none;
}

.home .entry-content > .kairios-field-landing,
.home .site-main > .kairios-field-landing {
	margin: 0 !important;
	max-width: none !important;
}

