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

/* Times Roman (포인트 폰트) */
@font-face {
  font-family: 'TimesRoman';
  src: url('../fonts/times-roman/OPTITimes-Roman.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Blacksword (데코 폰트) */
@font-face {
  font-family: 'Blacksword';
  src: url('../fonts/blacksword/Blacksword.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}