/*
Theme Name: Wildcat Growth
Theme URI: https://wildcatdigital.co.uk
Author: Wildcat Digital
Author URI: https://wildcatdigital.co.uk
Description: Custom theme for Wildcat Digital / Wildcat Growth landing pages.
Version: 1.0.0
Text Domain: wildcat-growth-c
Requires at least: 6.0
Requires PHP: 7.4
*/

/* Base site-wide resets. Page-specific styles live in assets/css/landing.css */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: #ffffff;
	font-family: 'Inter', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

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

a:hover {
	opacity: .8;
}

h1, h2, h3 {
	font-family: 'Archivo', system-ui, sans-serif;
	margin: 0;
}

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

::selection {
	background: #e73c45;
	color: #141310;
}
