@font-face {
    font-family: 'NokiaExpanded';
    src: url('/assets/fonts/NokiaExpanded-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.custom-navbar-image {
    background-image: url('/images/desktop-menu.svg');
    background-repeat: no-repeat;
    background-size: cover;          /* KUNCI */
    background-position: center bottom;
    width: 100%;
    min-height: 88px;
}

/* MOBILE */
@media (max-width: 768px) {
    .custom-navbar-image {
        background-image: url('/images/mobile-menu.png');

        background-size: 100% 100%;
        background-position: center;

        min-height: 80px;
    }
}
