        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

        body {
            font-family: 'Inter', sans-serif;
        }

        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }

        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .active-link {
            color: #ef4444 !important;
        }

        .active-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #ef4444;
        }

        .sub-link-active {
            background-color: #ef4444 !important;
            color: white !important;
        }

        .page-content {
            display: none;
        }

        .page-content.active {
            display: block;
        }
