/* Saans Regular*/
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SAANS-REGULAR.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Saans Regular Italic*/
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SAANS-REGULARITALIC.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Saans Medium*/
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SAANS-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Saans Medium Italic*/
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SAANS-MEDIUMITALIC.TTF') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* Saans Bold*/
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SAANS-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Saans Bold Italic*/
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SAANS-BOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
}


/* Manrope ExtraLight */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

/* Manrope Light */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Manrope Regular */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Manrope Medium */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Manrope SemiBold */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Manrope Bold */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Manrope ExtraBold */
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* Noto Sans JP Thin */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/NotoSansJP-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/* Noto Sans JP Light */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/NotoSansJP-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Noto Sans JP Regular */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/NotoSansJP-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Noto Sans JP Medium */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/NotoSansJP-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Noto Sans JP Bold */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/NotoSansJP-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Noto Sans JP Black */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/NotoSansJP-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


