:root {
    --color-dark: black;
    --color-white: white;
    --color-grey: #8f8f8f;
    --color-primary: #9467F8;
    --color-primary-dark: #6b24b4;
    --color-primary-light: #9370db;
    --color-bg-primary: #080a17;
    --dark-background: #1a1a2e;
    --background-sidebar: #252542;
    --color-card-bg: black;
    /*--ff-primary: 'Inter', sans-serif;*/
    --ff-primary: "Nunito Sans", sans-serif;
    --border-radius: 8px;
    --card-border-radius: 20px;
    --swiper-navigation-size: 15px !important;
}