:root {
    --accent: #9a56ea !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

/* Hide all icons except Facebook(1), LinkedIn(2), Instagram(8), TikTok(12) */
.cs-social_btns a:nth-child(3)  { display: none !important; } /* Twitter */
.cs-social_btns a:nth-child(4)  { display: none !important; } /* YouTube */
.cs-social_btns a:nth-child(5)  { display: none !important; } /* Slack */
.cs-social_btns a:nth-child(6)  { display: none !important; } /* WhatsApp */
.cs-social_btns a:nth-child(7)  { display: none !important; } /* Telegram */
.cs-social_btns a:nth-child(9)  { display: none !important; } /* Pinterest */
.cs-social_btns a:nth-child(10) { display: none !important; } /* Reddit */
.cs-social_btns a:nth-child(11) { display: none !important; } /* Snapchat */
.cs-social_btns a:nth-child(13) { display: none !important; } /* Tumblr */
.cs-social_btns a:nth-child(14) { display: none !important; } /* VK */
.cs-social_btns a:nth-child(15) { display: none !important; } /* Discord */


/* Hide the + sign in funfact numbers */
.cs-plus {
  display: none !important;
}
