html,
body{
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}

.text-decoration-0{
    text-decoration: none;
}

.secondary-theme{
    font-weight: 700;
    color: #9139E1;
    /* background: linear-gradient(to right, #5328BE, #9139E1); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.cursor-pointer{
    cursor: pointer;
}