/*
Theme Name: Basiswebsite
Theme Description: Een project om een stevige basis te leggen voor een website.
Author: Noeste IJver
Author URI: https://noesteijver.nl/
Theme URI: https://andrekb.noesteprojecten.nl/kennisbank/
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: basiswebsite
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.1
Version: 1.0.0.1
Bitbucket Theme URI: https://bitbucket.org/noesteijver/basiswebsite/

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

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}
/* .entry-content {
	width: 100%;
} */

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
