/*
Theme Name: PortNew
Author: Paula Luther
Author URI: https://paulaluther.net
Theme URI: https://paulaluther.net
Tags: full-site-editing, block-patterns
Text Domain: portnew
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-image: url(//paulaluther.net/wp-content/themes/portnew/laptop.jfif);
	background-repeat:no-repeat;
	background-position:center right;
	background-attachment: fixed;
}

main {
	background-color:rgba(89,2,2,0.3);
}

header, h1, h2 {
	font-family: "Playball", cursive;
}

.wp-block-site-title {
	font-size:xx-large;
}

.wp-block-navigation-item__content {
	text-decoration:none;
}

.site-footer span {
	font-size:1.125rem;
}
