/*
Theme Name: Skyloft Conversions
Theme URI: https://skyloftconversions.co.uk/
Author: Skyloftconversions
Description: Custom classic PHP theme replicating the look, layout and content of skyloftconversions.com for the Skyloftconversions loft-conversion company (Bournemouth, Dorset). Registers two custom post types (loft_service, service_area) and includes page templates for Home, Services, Areas, About, FAQ, Gallery and Contact.
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.0
Text Domain: skyloft
*/

/*
Base resets. Full visual design lives in assets/css/theme.css, enqueued via functions.php.
This file exists mainly to satisfy the required theme stylesheet header WordPress looks for.
*/

* {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
}

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

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

ul, ol {
	margin: 0;
	padding: 0;
}

button, input, select, textarea {
	font-family: inherit;
}
