/*
Theme Name: Mary 2025
Author: Lorenz
Description: Theme for Mary
Version: 1.0
License: protected by copyright
*/

/* Basics */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	font-size: 1em;
}

body {
	padding: 0;
}

@media screen and (max-width: 768px) {
	body {
		padding: 0;	
	}  
}
