/*
Theme Name: Katmini
Author: Katja Gretzinger
Version: 1.0
Description: Ein super minimalistisches WordPress-Theme
*/
body {
  font-family: helvetica; sans-serif;
  margin: 4rem auto;
  max-width: 640px;
  padding: 0 1rem;
  line-height: 1.6;
  background: #fff;
  color: #111;
}