/*
Theme Name: Sunyland Wicker Furniture
Theme URI: https://wickerboys.co.za/
Author: Sunyland Furniture
Description: Safe minimal shell theme for Sunyland website.
Version: 1.0.3
Text Domain: sunyland
*/

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.6;
  color: #222;
  background: #fffaf2;
}
img { max-width: 100%; height: auto; }
a { color: #a14c00; text-decoration: none; }
a:hover { text-decoration: none; opacity: 0.9; }
.site-main { min-height: 40vh; }
.site-footer a { color: #f5d9b8; }
.site-footer a:hover { color: #fff; }
@media (max-width: 900px) {
  .site-header > div,
  .site-footer > div { padding-left: 16px !important; padding-right: 16px !important; }
}
