/* Custom Styles */
body {
    font-family: 'Inter', sans-serif;
    background-color: #0a192f; /* Dark Navy */
    color: #ccd6f6; /* Light Slate */
}

.hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.accent-cyan {
    color: #64ffda; /* Bright Cyan */
}

.accent-lime {
    color: #ccff00; /* Lime Green */
}
