/**
 * Mina Entertainment — Korean-first type system
 *
 * Display (제목·명조): 마루부리 MaruBuri — 네이버 한글한글아름답게
 *   디지털 환경에 맞춘 현대 명조. 상업용 무료.
 *   https://hangeul.naver.com
 *
 * UI / Body (본문·고딕): SUIT Variable — sun-typeface
 *   UI·본문 가독성용 민부리. SIL OFL 상업용.
 *   https://sun.fo/suit/
 *
 * 영문 전용 장식 세리프를 제목에 쓰면 한글이 폴백되며 촌스러워짐 → 사용하지 않음.
 */

/* —— MaruBuri (Naver official CDN) —— */
@font-face {
  font-family: "MaruBuri";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "MaruBuri";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Light.woff2") format("woff2");
}
@font-face {
  font-family: "MaruBuri";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "MaruBuri";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "MaruBuri";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2") format("woff2");
}
