/*
Theme Name: kursusbahasa
Theme URI: https://example.com
Author: Kursus Bahasa
Author URI: https://example.com
Description: Tema blog sederhana, cepat, dan SEO-friendly.
Version: 1.0
Text Domain: kursusbahasa
*/
body{
  font-family: system-ui, Arial, sans-serif;
  margin: 0;
  background: #f9fafb;
}

.container{
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

a{ color:#2563eb; text-decoration:none; }
a:hover{ text-decoration:underline; }

.post-title{ margin: 0 0 10px; }
