@import url("/template-assets/_shared/1.0.0/template.css");
@import url("https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,500&family=Figtree:wght@400;500;600&display=swap");
.te-minimal{
  --primary:#171717;--secondary:#0a0a0a;--accent:#a3a3a3;--radius:8px;
  --surface:#fafafa;--ink:#171717;--muted:#737373;--card:#fff;--border:rgba(0,0,0,.08);
  --font-display:'Newsreader',serif;--font-body:'Figtree',sans-serif;
}
.te-minimal .te-hero{background:#0a0a0a;min-height:92vh}
.te-minimal .te-button{background:#171717;border-radius:999px}
.te-minimal .te-card{box-shadow:none;border-color:rgba(0,0,0,.08)}
.te-minimal .te-card:hover{transform:none;box-shadow:0 20px 50px rgba(0,0,0,.08)}
.te-minimal .te-footer{background:#0a0a0a}
