/*
Theme Name: Michael Kunter
Description: Core+ WordPress Theme
Author: plue
Author URI: https://plue.tech
Version: 1.0.0
Text Domain: theme
*/

@font-face {
  font-family: "Lato";
  font-weight: normal;
  font-style: normal;
  src: url("/wp-content/uploads/lato-regular.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-weight: normal;
  font-style: italic;
  src: url("/wp-content/uploads/lato-italic.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-weight: bold;
  font-style: normal;
  src: url("/wp-content/uploads/lato-bold.woff") format("woff");
}

@font-face {
  font-family: "Lato";
  font-weight: bold;
  font-style: italic;
  src: url("/wp-content/uploads/lato-bolditalic.woff") format("woff");
}

body{
	background: yellow;
	padding: calc(var(--layout-offset)/2) var(--layout-offset);
	
	@media (max-width:599px) {
		padding: 2px 0;
	}
}

body > * {
	background: white;
	padding: var(--layout-offset);
}