        body {
            font-family: "Spline Sans", "Noto Sans KR", sans-serif;
        }

        /* Custom scrollbar for webkit to match theme */
        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: #191022;
        }

        ::-webkit-scrollbar-thumb {
            background: #ff0000;
            border-radius: 0;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #473b54;
        }

        [x-cloak] { display: none !important; }
		
		
        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }

        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
		
		
		