/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/*
 * Pretendard(가변 폰트) 셀프호스팅. 익명 서비스가 제3자 CDN(jsDelivr)에 폰트를
 * 받으러 가면 그 접속 로그가 남아 설계 취지(IP·접속 기록 미노출)와 상충한다.
 * Propshaft가 app/assets/fonts/의 파일을 digest 경로로 서빙하고, 아래 url()도
 * 자동으로 fingerprint 경로로 재작성한다. 단일 가변 woff2(전 두께 45~920).
 */
@font-face {
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url("/assets/PretendardVariable-d2778c52.woff2") format("woff2-variations");
}
