/* /assets/fonts/fonts.css */
@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/poppins-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Varela Round';
  src: url('/assets/fonts/varela-round-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}

/* 페이지 전역 적용(원하는 대로 조정 가능) */
body { font-family: 'Poppins', 'Noto Sans KR', 'Apple SD Gothic Neo', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
