@font-face {
	font-display: block;
	font-family: "sls-socicon";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/sls-socicon.woff2?v=4.6.0") format("woff2");
}

.sls-set {
	--sls-gap: 12px;
	--sls-size: 28px;
	box-sizing: border-box;
	width: 100%;
}

.sls-auto-footer {
	box-sizing: border-box;
	clear: both;
	padding: 32px 0 12px;
	width: 100%;
}

.sls-theme-footer {
	box-sizing: border-box;
	width: 100%;
}

#footer .sls-theme-footer .sls-list {
	margin: 0;
	padding: 0;
}

.sls-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--sls-gap);
	list-style: none;
	margin: 0;
	padding: 0;
}

.sls-align-left .sls-list {
	justify-content: flex-start;
}

.sls-align-center .sls-list {
	justify-content: center;
}

.sls-align-right .sls-list {
	justify-content: flex-end;
}

.sls-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sls-link {
	align-items: center;
	color: inherit;
	display: inline-flex;
	gap: 0.45em;
	text-decoration: none;
}

.sls-link:focus-visible {
	border-radius: 4px;
	outline: 3px solid currentColor;
	outline-offset: 4px;
}

.sls-icon {
	align-items: center;
	background: var(--sls-color);
	box-sizing: content-box;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-family: "sls-socicon";
	font-size: var(--sls-size);
	font-style: normal;
	font-weight: normal;
	height: 1em;
	justify-content: center;
	line-height: 1;
	padding: 0.42em;
	text-rendering: auto;
	transition: filter 160ms ease, transform 160ms ease;
	width: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sls-link:hover .sls-icon,
.sls-link:focus-visible .sls-icon {
	filter: brightness(1.12);
	transform: translateY(-2px);
}

.sls-shape-circle .sls-icon {
	border-radius: 50%;
}

.sls-shape-rounded .sls-icon {
	border-radius: 0.32em;
}

.sls-shape-square .sls-icon {
	border-radius: 0;
}

.sls-shape-none .sls-icon {
	background: transparent;
	color: var(--sls-color);
	padding: 0.2em;
}

.sls-label {
	font-size: max(14px, calc(var(--sls-size) * 0.55));
}

.sls-icon-amazon::before { content: "\e05c"; }
.sls-icon-apple::before { content: "\e02e"; }
.sls-icon-bandcamp::before { content: "\e06a"; }
.sls-icon-bluesky::before { content: "\e963"; }
.sls-icon-deezer::before { content: "\e06c"; }
.sls-icon-discord::before { content: "\e903"; }
.sls-icon-facebook::before { content: "\e91a"; }
.sls-icon-flickr::before { content: "\e055"; }
.sls-icon-github::before { content: "\e030"; }
.sls-icon-instagram::before { content: "\e057"; }
.sls-icon-lastfm::before { content: "\e050"; }
.sls-icon-link {
	font-family: Arial, sans-serif;
}
.sls-icon-link::before { content: "\2197"; }
.sls-icon-linkedin::before { content: "\e049"; }
.sls-icon-mastodon::before { content: "\e913"; }
.sls-icon-pinterest::before { content: "\e043"; }
.sls-icon-reddit::before { content: "\e022"; }
.sls-icon-rss::before { content: "\e00b"; }
.sls-icon-soundcloud::before { content: "\e04d"; }
.sls-icon-spotify::before { content: "\e945"; }
.sls-icon-telegram::before { content: "\e06e"; }
.sls-icon-threads::before { content: "\e949"; }
.sls-icon-tidal::before { content: "\e910"; }
.sls-icon-tiktok::before { content: "\e90c"; }
.sls-icon-twitter::before { content: "\e040"; }
.sls-icon-vimeo::before { content: "\e052"; }
.sls-icon-whatsapp::before { content: "\e01b"; }
.sls-icon-youtube::before { content: "\e051"; }

@media (prefers-reduced-motion: reduce) {
	.sls-icon {
		transition: none;
	}
}
