/*
Theme Name: Wildstar
Theme URI: http://localhost:8888/wildstar/
Author: Wildstar
Author URI: http://localhost:8888/wildstar/
Description: Custom WordPress theme for Wildstar, a film production company specialising in nature documentary. Includes home, productions, showreel, about, team, talent and contact page templates, plus single templates for individual productions.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wildstar
*/

/* Base styles live in assets/css/main.css and are built out from the Figma board.
   Keep this file for the theme header + minimal resets only. */

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

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	line-height: 1.5;
}

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

a {
	color: inherit;
}
