/* Contoh untuk ditambahkan di Custom CSS */
:root {
  --main-color-one: #2A5C3D; /* Hijau Tua */
  --main-color-two: #D4AF37; /* Emas sebagai aksen */
}

h1, h2, h3 {
  font-family: 'Merriweather', serif;
}

body, p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
}