/*
Theme Name: Gardanor Pro
Theme URI: https://gardanor.local/
Author: Sharp Dis-Chord
Author URI: https://sharpdischord.com/
Description: A custom Gutenberg-first block theme for Gardanor with a fully curated proprietary block set.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.10
Text Domain: gardanor-pro
Tags: full-site-editing
*/

:root {
	color-scheme: dark;
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

main {
	min-height: 50vh;
}
