/* Galmuri11 — 앱이 쓰는 것과 같은 한글 픽셀 폰트.
 *
 * Copyright (c) 2019–2025 Lee Minseo (quiple@quiple.dev),
 * with Reserved Font Name "Galmuri".
 * SIL Open Font License, Version 1.1 — 전문은 assets/fonts/Galmuri-OFL.txt.
 *
 * 파일은 tools/subset-fonts.sh 로 만든 서브셋이다. 라틴과 한글을 나눠 선언해서,
 * 브라우저가 화면에 실제로 나온 글자에 해당하는 파일만 내려받게 한다. */

@font-face {
	font-family: "Galmuri11";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/assets/fonts/galmuri11-regular-latin.woff2") format("woff2");
	unicode-range: U+0020-007E, U+00A0-00FF, U+2000-206F, U+20A9, U+20AC, U+2122,
		U+2190-2199, U+25A0-25FF, U+3000-303F;
}

@font-face {
	font-family: "Galmuri11";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/assets/fonts/galmuri11-regular-korean.woff2") format("woff2");
	unicode-range: U+1100-11FF, U+3131-318E, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF;
}

@font-face {
	font-family: "Galmuri11";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/assets/fonts/galmuri11-bold-latin.woff2") format("woff2");
	unicode-range: U+0020-007E, U+00A0-00FF, U+2000-206F, U+20A9, U+20AC, U+2122,
		U+2190-2199, U+25A0-25FF, U+3000-303F;
}

@font-face {
	font-family: "Galmuri11";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/assets/fonts/galmuri11-bold-korean.woff2") format("woff2");
	unicode-range: U+1100-11FF, U+3131-318E, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF;
}
