/*
 * font
 */

 @font-face {
     font-family: 'IBM Plex Sans JP';
     font-style: normal;
     font-weight: 400;
     src: local('IBM Plex Sans JP'),
          url('./font/ibm/IBMPlexSansJP-Regular.ttf') format('opentype');
   }

 @font-face {
  font-family: 'IBM Plex Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local('IBM Plex Sans JP'),
       url('./font/ibm/IBMPlexSansJP-Bold.ttf') format('opentype');
}

@font-face {
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 700;
  src: local('STIX Two Text'),
       url('./font/stix/STIXTwoText-VariableFont_wght.ttf') format('opentype');
}
