        body {
            font-family: "Figtree", sans-serif;
            background-color: #F5F5F5;
            color: #161616;
            overflow-x: hidden;
        }
        .custom-scrollbar::-webkit-scrollbar {
            height: 6px;
            width: 6px;
        }
        .custom-scrollbar::-webkit-scrollbar-track {
            background: #EEEEEE;
        }
        .custom-scrollbar::-webkit-scrollbar-thumb {
            background: #CB2957;
            border-radius: 3px;
        }
        .text-stroke {
            -webkit-text-stroke: 1px #161616;
            color: transparent;
        }
        .text-stroke-white {
            -webkit-text-stroke: 1px #FFFFFF;
            color: transparent;
        }
