:root {
    --base-gap: 20px
}


body {
    font-family: "SuisseIntl-Regular", sans-serif !important;
    background: #4543A4;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

*::-webkit-scrollbar-thumb {
    background-color: #4543A4;
    border-radius: 100px;
}
