/**
 * fonts.css — アイコンフォントの自己ホスト定義
 *
 * 元サイトはこれらを Studio の GCS から配信していた。移行後も Studio に
 * 依存し続けないよう、テーマ内に取り込んで配信する。
 *
 * 自動生成: node _research/fetch-fonts.mjs
 */

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
	font-family: 'Font Awesome 6 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/fa-brands-400.woff2') format('woff2');
}
