/*
 * Icon-font fallbacks.
 *
 * The original stylesheets (copied unmodified into assets/original/) declare
 * these icon fonts with RELATIVE paths that pointed inside the old theme
 * folder, so the font binaries are not part of the site export. These extra
 * @font-face rules declare the SAME font families with reachable URLs, so
 * every icon renders with the identical glyphs. Later @font-face rules for
 * the same family take precedence, and browsers fall through the src list
 * until a URL loads.
 */

/* Font Awesome 5.15.4 — social + utility icon fallbacks */
@font-face {
	font-family: 'Font Awesome 5 Brands';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2') format('woff2'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2') format('woff2'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

/* Elegant Icons — team card hover social icon (social_linkedin) */
@font-face {
	font-family: 'ElegantIcons';
	src: url('https://lakeviewrisk.com/wp-content/themes/aalto/assets/css/elegant-icons/fonts/ElegantIcons.woff') format('woff'),
		url('https://lakeviewrisk.com/wp-content/themes/aalto/assets/fonts/ElegantIcons.woff') format('woff'),
		url('https://cdn.jsdelivr.net/gh/pprg1996/elegant-icons@master/fonts/ElegantIcons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Linea Basic — footer contact icons (icon-basic-headset, icon-basic-pin1, icon-basic-mail...) */
@font-face {
	font-family: 'linea-basic-10';
	src: url('https://lakeviewrisk.com/wp-content/themes/aalto/assets/css/linea-icons/basic/fonts/linea-basic-10.woff') format('woff'),
		url('https://lakeviewrisk.com/wp-content/themes/aalto/assets/css/basic/fonts/linea-basic-10.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Linea Arrows — decorative arrows used by some theme elements */
@font-face {
	font-family: 'linea-arrows-10';
	src: url('https://lakeviewrisk.com/wp-content/themes/aalto/assets/css/linea-icons/arrows/fonts/linea-arrows-10.woff') format('woff'),
		url('https://lakeviewrisk.com/wp-content/themes/aalto/assets/css/arrows/fonts/linea-arrows-10.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
