/*
Theme Name: henrytsai Minimal
Theme URI: https://henrytsai.com
Author: henrytsai
Description: 一個極簡、注重留白與大字體排版的純閱讀部落格主題。不包含電商功能，專注於內容展示。
Version: 1.0
Text Domain: henrytsai-minimal
*/
body { font-family: 'Inter', sans-serif; background-color: #fafafa; color: #111111; scroll-behavior: smooth; }
.fade-up { animation: fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; transform: translateY(20px); }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.delay-100 { animation-delay: 100ms; }
.delay-200 { animation-delay: 200ms; }
.delay-300 { animation-delay: 300ms; }
.delay-400 { animation-delay: 400ms; }
.delay-500 { animation-delay: 500ms; }
html { margin-top: 0 !important; }
