/**
 * DSEG7 Classic Font
 * 7セグメントディスプレイ風フォント
 * License: SIL Open Font License 1.1
 * Source: https://github.com/keshikan/DSEG
 */

/* DSEG7 Classic Regular */
@font-face {
  font-family: 'DSEG7 Classic';
  src: url('https://cdn.jsdelivr.net/npm/dseg@0.46.0/fonts/DSEG7-Classic/DSEG7Classic-Regular.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/npm/dseg@0.46.0/fonts/DSEG7-Classic/DSEG7Classic-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* DSEG7 Classic Bold */
@font-face {
  font-family: 'DSEG7 Classic';
  src: url('https://cdn.jsdelivr.net/npm/dseg@0.46.0/fonts/DSEG7-Classic/DSEG7Classic-Bold.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/npm/dseg@0.46.0/fonts/DSEG7-Classic/DSEG7Classic-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 
代替: Orbitron（Google Fonts - デジタル風フォント）
DSEG7が読み込めない場合のフォールバック
*/
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

