* {
    box-sizing: border-box;
}
.semibold {
    font-weight: 700;
}
.bold {
    font-weight: 800;
}
.reset-list {
    margin: 0; 
    padding: 0; 
    list-style-type: none;
}
.uppercase {
    text-transform: uppercase;
}
.decoration-none {
    text-decoration: none;
}
.rounded {
    border-radius: 9999px;
}
.center {
    text-align: center;
}
.evidence {
    color: var(--primary-color) ;
}
.bold{
    font-weight: 800;
}
