/*
Theme Name: Herro Starter
Author: Herro
Version: 1.0
Text Domain: herro-starter
*/

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  margin: 0;
  line-height: 1.5;
}

.site-header, .site-footer {
  padding: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.site-footer { border-top: 1px solid #e5e5e5; border-bottom: none; }

.wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
