/*!
Theme Name: sph-portfolio
Theme URI:
Author: Ian Crowther
Author URI:
Description: Custom WordPress portfolio theme for an arts and culture writer, editor, and copywriter.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sph-portfolio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sph-portfolio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import "fonts.css";
@import "variables.css";
@import "styles.css";

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

body {
	margin: 0;
}

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

* {
	box-sizing: border-box;
}
