@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root{
  --green-primary:#2FA35E;
  --green-dark:#248F52;
  --green-deep:#1E7C49;
  --green-light:#3EBF77;
  --red-accent:#B71C1C;
  --gold-accent:#D4AF37;
  --bg:#f3fbf6;
  --accent:var(--gold-accent);
  --muted:#666;
  --card:#fff;
}
*{box-sizing:border-box}
body{font-family:'Trajan Pro','Cinzel',Georgia,'Times New Roman',serif;line-height:1.5;margin:0;background:var(--bg);color:#111;overflow-x:hidden}
h1,h2,h3{font-family:'Lora',serif}
.container{max-width:1000px;margin:0 auto;padding:clamp(1.25rem, 4vw, 2rem)}
.btn{display:inline-block;background:var(--green-primary);color:white;padding:0.45rem 0.9rem;border-radius:6px;text-decoration:none;border:1px solid var(--gold-accent)}
.btn:hover{background:var(--green-light)}

body.preview-embed .site-header,
body.preview-embed .site-footer,
body.preview-embed .dot-menu{
  display:none !important;
}
