@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Instrument+Sans:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Playfair Display,serif;background:linear-gradient(-45deg,#1a0238,#6b0f6e,#2d0a4e,#8b1a6b,#1a0238,#3d0550);background-size:600% 600%;animation:gradientShift 12s ease infinite;color:#dec5f5;line-height:1.6;position:relative}body:before{content:"";opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}#particle-canvas,body:before{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}footer,main,nav{position:relative;z-index:1}@keyframes gradientShift{0%{background-position:0 50%}25%{background-position:50% 0}50%{background-position:100% 50%}75%{background-position:50% 100%}to{background-position:0 50%}}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}.sans{font-family:Instrument Sans,sans-serif}