/*
Theme Name: Coach Nguyen Tan Blog
Theme URI: https://blog.coachnguyentan.com
Author: Coach Nguyen Tan
Description: Custom blog theme matching coachnguyentan.com design (Montserrat, dark mode toggle).
Version: 1.0
Text Domain: coachnguyentan-blog
*/

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
*, *::before, *::after {
    transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
body {
    font-family:'Montserrat',sans-serif; color:var(--text); background:var(--bg);
    min-height:100vh; display:flex; flex-direction:column;
}
a { color: inherit; }
img { max-width:100%; height:auto; display:block; }
