body {
    cursor: url("../img/cursor.cur"), pointer;
    font-family: "Inter", sans-serif;
}

.text-gradient {
    background-image: linear-gradient(to right, #4f46e5, #9333ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#smoke-canvas {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0; /* behind content */
    display: block;
}
/* Ensure main site content stays above */
header,
main,
section,
footer,
nav,
.container {
    position: relative;
    z-index: 1;
}
