#social-nav .social-tiktok {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
	background-color: currentColor;
	-webkit-mask: url('../images/tiktok-outline-svgrepo-com.svg') center / contain no-repeat;
	mask: url('../images/tiktok-outline-svgrepo-com.svg') center / contain no-repeat;
}

#social-nav .social-tiktok::before {
	content: none;
}
