/* 2026-08-28 v1.0
 * - Added the VDS-style Simple Line Icons glyphs for footer social links.
 */

@font-face {
	font-family: 'Holthinrichs Simple Line Icons';
	src: url('/themes/holthin2027/iconfont/Simple-Line-Icons.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.holthin-social-icon {
	display: inline-block;
	font-family: 'Holthinrichs Simple Line Icons';
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.holthin-social-icon-youtube::before {
	content: "\e008";
}

.holthin-social-icon-instagram::before {
	content: "\e609";
}
