/* font.css
Apple typography/タイポグラフィ
https://developer.apple.com/design/human-interface-guidelines/typography
https://developer.apple.com/jp/design/human-interface-guidelines/typography
*/

h1, h2, h3, h4, h5, li, p, span, a, label {
  font-family: "SF Pro JP","SF Pro Text","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.en {
  font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

/* Univers
https://en.wikipedia.org/wiki/Univers
https://ja.wikipedia.org/wiki/Univers
*/
@font-face {
  font-family:"Univers 65";
  src: url("./Fonts/UniversBold.ttf");
}
@font-face {
  font-family:"Univers 55";
  src: url("./Fonts/UniversRegular.ttf");
}
@font-face {
  font-family:"Univers 45";
  src: url("./Fonts/UniversLight.ttf");
}
.em {
  font-family: "Univers 65","Arial","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica",sans-serif;
}

/* Blacletter
https://en.wikipedia.org/wiki/Blackletter
https://ja.wikipedia.org/wiki/ブラックレター
*/
@font-face {
  font-family:"EnglishTowne";
  src: url("./Fonts/EnglishTowne.ttf");
}
.blackletter {
  font-family: "EnglishTowne",serif;
}
