@font-face {
  font-family: 'DINCond';
  src: url('../fonts/DINCond-Light.otf');
  font-weight: 300; /* Light */
}

@font-face {
  font-family: 'DINCond';
  src: url('../fonts/DINCond-Medium.otf');
  font-weight: 500; /* Medium */
}

@font-face {
  font-family: 'DINCond';
  src: url('../fonts/DINCond-Bold.otf');
  font-weight: 700; /* Bold */
}

@font-face {
  font-family: 'DINCond';
  src: url('../fonts/DINCond-Black.otf');
  font-weight: 900; /* Black - 加粗程度最高 */
}
