/*

Theme Name: HP Template

Theme URI: https://hollypryce.com

Author: Holly Pryce

Author URI: https://hollypryce.com

Description: A custom WordPress theme for...

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Version: 1.0.0

Tags: 

Text Domain: hptemp

*/

body {
  padding: 0;
  margin: 0;
}

*,
body {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

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

* > p:first-of-type {
  margin-top: 0;
}

* > p:last-of-type {
  margin-bottom: 0;
}
