/*
Theme Name: irishpub-albstadt.de
Description: Custom Full Site Editing Theme für irishpub-albstadt.de
Author: Lisandro Tachlinski
Version: 1.0
Text Domain:  ausgefuxt
*/

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;
}