/* Rakuten Sans UI Regular */
@font-face {
  font-family: 'Rakuten Sans UI';
  src: url('https://static-content.payment.global.rakuten.com/pv/webfonts/RakutenSansUI_W_Rg.woff2') format('woff2');
  font-weight: normal;
}

/* Rakuten Condensed Regular */
@font-face {
  font-family: 'Rakuten Condensed';
  src: url('https://static-content.payment.global.rakuten.com/pv/webfonts/RakutenCondensed_W_Rg.woff2') format('woff2');
  font-weight: normal;
}

/* Rakuten Rounded Regular */
@font-face {
  font-family: 'Rakuten Rounded';
  src: url('https://static-content.payment.global.rakuten.com/pv/webfonts/RakutenRounded_W_Rg.woff2') format('woff2');
  font-weight: normal;
}

/* Rakuten Serif Regular */
@font-face {
  font-family: 'Rakuten Serif';
  src: url('https://static-content.payment.global.rakuten.com/pv/webfonts/RakutenSerif_W_Rg.woff2') format('woff2');
  font-weight: normal;
}

/* Rakuten Sans UI Bold */
@font-face {
  font-family: 'Rakuten Sans UI';
  src: url('https://static-content.payment.global.rakuten.com/pv/webfonts/RakutenSansUI_W_Bd.woff2') format('woff2');
  font-weight: bold;
}

/* Rakuten Condensed Bold */
@font-face {
  font-family: 'Rakuten Condensed';
  src: url('https://static-content.payment.global.rakuten.com/pv/webfonts/RakutenCondensed_W_Bd.woff2') format('woff2');
  font-weight: bold;
}

/* Rakuten Rounded Bold */
@font-face {
  font-family: 'Rakuten Rounded';
  src: url('https://static-content.payment.global.rakuten.com/pv/webfonts/RakutenRounded_W_Bd.woff2') format('woff2');
  font-weight: bold;
}

/* Rakuten Serif Bold */
@font-face {
  font-family: 'Rakuten Serif';
  src: url('https://static-content.payment.global.rakuten.com/pv/webfonts/RakutenSerif_W_Bd.woff2') format('woff2');
  font-weight: bold;
}

html,
body,
input {
  height: 100%;
  width: 100%;
  background: transparent;
  overflow: hidden;
  margin: 0;
  border: none;
  padding: 0;
}
input {
  outline: none;
  box-sizing: border-box;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  box-shadow: none;
  padding: 4px;
}
