@charset "UTF-8";
/*==========================================
font-face fonts.scss
===========================================*/
/*font-display: swap;
フォントが利用可能となるまでの間、そのフォントが適用されているテキストには代替フォントが適用されます。font-familyプロパティで指定された2つ目3つ目のフォントが、本来のフォントの取得完了まで仮に設定されます。*/
/*Regular*/
@font-face {
  font-family: 'DIN2014';
  src: url("../fonts/DIN Alternate Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
/*=== futura ===*/
/*Regular*/
@font-face {
  font-family: 'futura';
  src: url("../fonts/FutuMd.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
/*Regular*/
@font-face {
  font-family: 'futura';
  src: url("../fonts/FutuBd.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

/*# sourceMappingURL=font.css.map */
