@charset "utf-8";

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

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

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

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

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

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
