@import "../../../../../../style/variables.scss";

.events-attendees-section{
    .event-title-wrapper{
        .title{
            font-family: 'Canto';
            text-transform: capitalize;
            font-weight: 400;
            color: $primary;
        }
    }
}