/*
Theme Name: JoeHoward
Author: Joe Howard
Author URI: https://joehoward.me
Theme URI: https://joehoward.me
Tags: full-site-editing, block-patterns
Text Domain: joehoward
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
  background-color: #fff; /* White background for the paper */
/*background-image: linear-gradient(#dbecf7 0.5px, transparent 0.5px, transparent calc(100% - 0.5px), #dbecf7 calc(100% - 0.5px)), 
linear-gradient(90deg, #dbecf7 0.5px, transparent 0.5px, transparent calc(100% - 0.5px), #dbecf7 calc(100% - 0.5px));
  background-size: 20px 20px;
  border: 0.5px solid #dbecf7;*/
  font-family: "Libertinus Serif", serif;
  font-weight: 400;
  font-style: normal;
}

header,
footer {
	display: none;
}
.libertinus-serif-regular {
  font-family: "Libertinus Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.libertinus-serif-semibold {
  font-family: "Libertinus Serif", serif;
  font-weight: 600;
  font-style: normal;
}

.libertinus-serif-bold {
  font-family: "Libertinus Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.libertinus-serif-regular-italic {
  font-family: "Libertinus Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.libertinus-serif-semibold-italic {
  font-family: "Libertinus Serif", serif;
  font-weight: 600;
  font-style: italic;
}

.libertinus-serif-bold-italic {
  font-family: "Libertinus Serif", serif;
  font-weight: 700;
  font-style: italic;
}

p {
	line-height: 1.3em;
}