/* Main styles for dtech theme */
:root{--color-main:#5B43C3;--color-accent:#12C2E9}
body{font-family: 'Poppins', Arial, sans-serif; color:#666; margin:0;}
.site-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff}
.header-logo{max-width:220px}
.site-content{padding:2rem}
.footer{padding:2rem;background:#13161D;color:#fff}
.loader-wrap{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#fff;z-index:9999}
.hidden{display:none !important}
a{color:var(--color-accent)}
