@charset "utf-8";


/* ----- 英字（日本語未対応）系 ----- */

/* Geist */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/Geist-Thin.woff2) format('woff2'),
       url(../fonts/Geist-Thin.woff) format('woff'),
       url(../fonts/Geist-Thin.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Geist-ExtraLight.woff2) format('woff2'),
       url(../fonts/Geist-ExtraLight.woff) format('woff'),
       url(../fonts/Geist-ExtraLight.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Geist-Light.woff2) format('woff2'),
       url(../fonts/Geist-Light.woff) format('woff'),
       url(../fonts/Geist-Light.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Geist-Regular.woff2) format('woff2'),
       url(../fonts/Geist-Regular.woff) format('woff'),
       url(../fonts/Geist-Regular.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Geist-Medium.woff2) format('woff2'),
       url(../fonts/Geist-Medium.woff) format('woff'),
       url(../fonts/Geist-Medium.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Geist-SemiBold.woff2) format('woff2'),
       url(../fonts/Geist-SemiBold.woff) format('woff'),
       url(../fonts/Geist-SemiBold.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Geist-Bold.woff2) format('woff2'),
       url(../fonts/Geist-Bold.woff) format('woff'),
       url(../fonts/Geist-Bold.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Geist-ExtraBold.woff2) format('woff2'),
       url(../fonts/Geist-ExtraBold.woff) format('woff'),
       url(../fonts/Geist-ExtraBold.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Geist-Black.woff2) format('woff2'),
       url(../fonts/Geist-Black.woff) format('woff'),
       url(../fonts/Geist-Black.ttf) format('truetype');
  font-display: swap;
}

