/*
Theme Name: Grovrd Minimal
Theme URI: http://localhost/grovrd/test
Author: Grovrd
Description: Minimal WordPress theme with the least code needed.
Version: 1.0.0
Text Domain: grovrd-minimal
*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
  color: #1a1a1a;
  background: #f7f5f1;
}

a {
  color: #0b5fff;
}

.site {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.site-header {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.site-title {
  margin: 0;
  font-size: 1.75rem;
}

.site-title a {
  color: inherit;
  text-decoration: none;
}

.site-description {
  margin: 0.35rem 0 0;
  color: #555;
}

.post {
  margin-bottom: 2.5rem;
}

.post-title {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}

.post-meta {
  margin: 0 0 1rem;
  color: #666;
  font-size: 0.9rem;
}

.site-footer {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 0.9rem;
}
