:root{--favicon-path: 'images/logo.png'}
/* Favicon: set to images/logo.png - add <link rel="icon" href="images/logo.png"> in page <head> */
/* Base stylesheet for Sunny Oaks Farm - created because styles.css was missing */
:root{--accent:#6b4226;--muted:#666}
*{box-sizing:border-box}
body{margin:0;padding:0;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial;background:linear-gradient(180deg,#fffaf0 0%,#f0f7ee 100%);color:#2b2b2b}
header,footer{width:100%;max-width:1000px;margin:1.5rem auto 0 auto}
header h1{margin:0;font-size:1.75rem}
nav{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin:1rem 0}
nav a{color:var(--accent);text-decoration:none;padding:6px 8px;border-radius:6px}
nav a:hover{background:rgba(107,66,38,0.08)}
main{max-width:1000px;width:100%;margin:0 auto}
.card{background:#fafafa}
footer{margin-top:1.25rem;padding-top:1rem;padding-bottom:1rem;color:var(--muted);text-align:center}
.ad-rotator{transition:opacity 400ms ease}
