/* Sample CSS to change body text and button color */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body, * {
     font-family: "Poppins", sans-serif !important;
    color: rgb(51, 51, 51);
}

.smt-pin-board .smt-upcoming_events .smt-list-box a {
  
    font-family: "Poppins" !important;
    color: rgb(51, 51, 51);
    
}
.smt-pin-board .smt-upcoming_events .smt-list-box .smt-event_contentdiv h4 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #006e61 !important;
}
.smt-footer {
    
    display: none;
}