* {
    font-family: "Poppins", sans-serif;
}

.bg-primary {
    background-color: #0A2E75!important;
}

.bg-secondary {
    background-color: #1A2133;
}

.bg-footer {
    background-color: #262E40;
}

.static-navbar {
    position: static;
    width: 100%;
    z-index: 999;
    transition: top 0.3s ease-in-out;
    top: -70px; /* sembunyikan di luar layar */
}

.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: top 0.6s ease-in-out;
}
