:root {
    /*New Style*/
    /*Color*/
    --black: #000000;
    --white: #f4f4f4;
    --grey: #717171;
    --transgrey: #878787;
    --light: #EBEBEB;
    --green: #2E8B57;
    --primary-wb: #27045D;
    --primary-wb-2: #7746FF;
    --secondary-wb: #FD5958;
    --secondary-wb-2: #FE9393;
    --secondary-wb-3: #FFB7A5;
    /*Border*/
    --primary-border-wb: 6px;
    --secondary-border-wb: 25px;
    /*font family*/
    --font-family-wb: "Outfit", sans-serif;
}

body{
    font-family: var(--font-family-wb) !important;
}
