/* CatchySpot Fashion Theme — Deep Violet + Yellow */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap');
:root{
  --green-dark:#4a1c8c;--green-mid:#6b3db5;--green-bright:#f5c800;
  --green-light:#f0e8ff;--green-pale:#f8f4ff;
  --purple:#f5c800;--purple-light:#f0e8ff;
  --border:#e0d8f0;--text:#1a1a2e;--text-mid:#5a5a7a;--text-light:#9090b0;
  --off-white:#fdfcff;--white:#fff;--accent:#f5c800;
  --shadow-sm:0 2px 8px rgba(74,28,140,.08);
  --shadow-md:0 4px 20px rgba(74,28,140,.14);
  --shadow-lg:0 8px 40px rgba(74,28,140,.2);
  --radius:8px;--radius-lg:14px;--transition:all .22s ease;
}
body{font-family:'Inter',sans-serif;}
h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;}
.btn-primary{background:#4a1c8c;border-color:#4a1c8c;}
.btn-primary:hover{background:#3a1470;border-color:#3a1470;}
.hero{background:linear-gradient(135deg,#3a1470,#4a1c8c,#6b3db5);}
.navbar{background:#4a1c8c;top:73px;}
.nav-menu>li>a:hover,.nav-menu>li>a.active{color:#f5c800;border-bottom-color:#f5c800;}
.section-title{color:#4a1c8c;}
.section-title span{color:#d4ac00;}
.divider{background:linear-gradient(90deg,#f5c800,#4a1c8c);}
