/*
Theme Name: Tee Time Golf Tours
Theme URI:
Author: Scott Wheeler
Description: Custom theme for Tee Time Golf Tours — single-tour landing page with dark green, gold, and cream palette.
Version: 1.0
License: Private
Text Domain: tee-time
*/

/* =============================================
   BASE RESET
   ============================================= */
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #EEEAE3;
	color: #3A3A3A;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

/* =============================================
   LAYOUT
   ============================================= */
.site-content {
	flex: 1;
}
