/* ----- Font Declarations ----- */
/* Note: URLs should be lowercase for IE compliance (Even though this website explicitly doesn't support IE) */

/* Description:
   Jost - Futura alternative for Tokyo Metro and Toei, et al.
*/

/* Google Font imports for Firefox support. These MUST be the first rules in the sheet */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* Open Sans */
@font-face {
  font-family: "Jost";
  src: url(./Jost-VariableFont_wght.ttf);
}
