/* 
Theme Name: KayeCL 
Theme URI: https://kayecl.co.uk
Author: Mark Author
URI: https://duwe.co.uk 
Description: Funky theme that showcases KayeCL
Version: 1 
Requires at least: 5.0 
Tested up to: 6.4
Requires PHP: 8.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: duwe 
*/

body {
	margin: 0;
	padding: 0;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: rgba(107 114 128, 0.9);
	font-weight: 500;
}
main {
	max-width: 1160px;
	margin: 2rem auto;
	padding: 1rem;
	min-height: calc(100dvh - 3rem);
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.wp-block-buttons {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
footer {
	font-size: 0.9rem;
	text-align: center;
	color: rgba(107 114 128, 0.7);
	padding: 1rem;
}