/* ==============================================
   BLK DMD — Global Styles
   ============================================== */

/* Base resets & font smoothing */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom utility: subtle text glow for emphasis */
.text-glow {
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.06);
}