/* Custom Styles */
body {
    font-family: 'Inter', sans-serif;
    background-color: #0f172a;
    color: #f1f5f9;
}

:where(section[id]) {
    scroll-margin-top: 96px; /* fixed header offset */
}

.text-glow {
    text-shadow: 0 0 10px rgba(6, 182, 212, 0.5);
}