/*
Theme Name: Minimal White
Theme URI: https://example.com/minimal-white
Author: ท่านชิด
Author URI: https://example.com
Description: ธีมพื้นหลังสีขาว แบบง่ายๆ ไม่มีอะไรเลย — เน้นความสะอาด เรียบง่าย
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimal-white
*/
html, body {
  background: #ffffff;
  color: #111111;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans Thai", "Noto Sans", "Liberation Sans", sans-serif;
}
a { text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
main { max-width: 860px; margin: 2rem auto; padding: 0 1rem; }
.entry-title { font-size: 2rem; margin: 1.5rem 0 0.75rem; }
.entry-content { margin-bottom: 2rem; }