/* 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, th, td {
  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, .em, .el {
  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, .em li a {font-family: "Univers 65";}
.en {font-family: "Univers 55";}
.el, .el li a {font-family: "Univers 45";}

/* 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;
}
