/*
  Liiivv — webfont loader
  ------------------------------------------------------------------
  TT Commons Pro (TypeType) and モトヤゴシック / Motoya Gothic (Morisawa)
  are both commercial, licensed typefaces. They are not on Google Fonts
  and cannot be embedded or distributed by anyone other than a licensed
  user, so no font files are bundled here — this file only declares the
  @font-face rules. Drop your own licensed webfont files (woff2/woff,
  or otf as a fallback) into /assets/fonts/ using the filenames below,
  or edit the src paths to match whatever your license/CDN provides
  (e.g. Adobe Fonts / Morisawa Fonts / TypeType's own webfont kit).

  If a family fails to load, the CSS variables in index.php already
  fall back to system sans-serif fonts, so the site stays fully
  readable either way.
*/

/* ---- TT Commons Pro (Latin / numerals / UI text) ---- */
@font-face{
  font-family:"TT Commons Pro";
  src:url("./TTCommonsPro-Regular.woff2") format("woff2"),
      url("./TTCommonsPro-Regular.woff") format("woff");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"TT Commons Pro";
  src:url("./TTCommonsPro-Medium.woff2") format("woff2"),
      url("./TTCommonsPro-Medium.woff") format("woff");
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"TT Commons Pro";
  src:url("./TTCommonsPro-DemiBold.woff2") format("woff2"),
      url("./TTCommonsPro-DemiBold.woff") format("woff");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"TT Commons Pro";
  src:url("./TTCommonsPro-Bold.woff2") format("woff2"),
      url("./TTCommonsPro-Bold.woff") format("woff");
  font-weight:700; font-style:normal; font-display:swap;
}

/* ---- Motoya Gothic (Japanese) ---- */
@font-face{
  font-family:"Motoya Gothic";
  src:url("./MotoyaGothic-W3.woff2") format("woff2"),
      url("./MotoyaGothic-W3.woff") format("woff");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Motoya Gothic";
  src:url("./MotoyaGothic-W5.woff2") format("woff2"),
      url("./MotoyaGothic-W5.woff") format("woff");
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Motoya Gothic";
  src:url("./MotoyaGothic-W7.woff2") format("woff2"),
      url("./MotoyaGothic-W7.woff") format("woff");
  font-weight:700; font-style:normal; font-display:swap;
}
