body {
  background-color: #F9F7F2;
  color: #2D2D2D;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  padding: 2rem 3rem;
  max-width: 800px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", serif;
  color: #6A9E6B;
}
h1 {
  font-size: 2.5rem;
  margin: 0;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.35rem;
}
a {
  color: #E8A838;
}
li {
  margin-bottom: 0.5rem;
}
.site-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
nav {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #A8D5BA;
}
nav a {
  color: #6A9E6B;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
nav a:hover {
  color: #E8A838;
}
.address {
  color: #999;
  font-size: 1rem;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
th {
  background: #A8D5BA;
  color: #2D2D2D;
  padding: 0.5rem 0.75rem;
  text-align: left;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #e0e0e0;
}
.gi-table td:first-child,
.gi-table th:first-child {
  text-align: right;
  white-space: nowrap;
}
