
/* Base styles extracted from inline <style> across pages */
body { background-color: #f5f1e8; }
.wood-pattern {
  background: linear-gradient(135deg, #e8dcc4 0%, #f5f1e8 100%);
}
/* Optional utilities for layout */
.site-main { min-height: 60vh; }
a.active { text-decoration: underline; text-underline-offset: 4px; }
