@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@font-face {
	font-family: "biocats";
	src: url("resources/Biocats.woff2");
}

html,body{
	margin:0 !important;
	padding: 0 !important;
}

body {
	font-family: biocats;
	color: #c34d8e;
	background-color: #2b101f;
}

a {
	color: #c34d8e !important;
	text-decoration: none !important;
}

.bi-twitch{
	color: #9146ff !important;
}

.bi-youtube{
	color: #ff0000 !important;
}

.bi-bluesky{
	color: #01AAFF !important;
}

.bi-discord{
	color: #5865f2 !important;
}

.border-links{
	border-color: #7c3059 !important;
	background-color: #481832;
}