@font-face {
    font-family: 'URW DIN'; /* 시트의 FONT_FAM과 일치시킬 이름 */
    src: url('/fonts/URWDIN-Demi.otf') format('opentype'); /* 실제 파일명: URWDIN-Demi.otf */
    font-weight: 600; /* Demi는 보통 600(Semi-Bold)으로 설정합니다 */
    font-style: normal;
    font-display: swap;
  }