@charset "UTF-8";

/**
 * --------------------------------------------------------------------------
 * Font Definitions (Local Hosting)
 * --------------------------------------------------------------------------
 * @description Defines local @font-face for Pretendard.
 *              Path relative to css file: ../fonts/pretendard/
 */

@font-face {
  font-family: 'Pretendard';
  src: url('../../fonts/pretendard/PretendardVariable.woff2') format('woff2-variations');
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}

/* [Global Font Application] */
body, button, input, select, textarea {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Noto Sans KR", sans-serif;
}
