    html {
        scroll-behavior: smooth;
        overflow-x: hidden;
        scrollbar-color: #ff5741 #ff3ec6;
        scrollbar-width: thin;
    }

    ::-webkit-scrollbar {
        width: 24px;
    }

    ::-webkit-scrollbar-track {
        background: #ff3ec6;
    }

    ::-webkit-scrollbar-thumb {
        background: #ff5741;
        border-radius: 0;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #e03d2c;
    }

    body.has-safa-chrome {
        overflow-x: hidden;
    }
