﻿/* Noto Sans JP - Regular (400) */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/NotoSansJP-Regular.woff2') format('woff2');
  font-display: swap;
}

/* Noto Sans JP - Bold (700) */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/NotoSansJP-Bold.woff2') format('woff2');
  font-display: swap;
}

/* Klee One - Regular (400) */
@font-face {
  font-family: 'Klee One';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/KleeOne-Regular.woff2') format('woff2');
  font-display: swap;
}

/* Klee One - SemiBold (600) */
@font-face {
  font-family: 'Klee One';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/KleeOne-SemiBold.woff2') format('woff2');
  font-display: swap;
}