.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.celestial-pulse {
    background: radial-gradient(circle, rgba(231, 193, 124, 0.15) 0%, rgba(231, 193, 124, 0) 70%);
}

.text-glow {
    text-shadow: 0 0 20px rgba(231, 193, 124, 0.3);
}

body {
    background-color: #0e131e;
    color: #dee2f2;
    -webkit-font-smoothing: antialiased;
}

.nav-link-active {
    color: #a9c8e8 !important;
    border-bottom-color: rgba(169, 200, 232, 0.3) !important;
}
