:host,
input,
button,
select,
textarea {
  font-family: 'Roboto', sans-serif;
}

.zea-qr-code {
  --zea-qr-code-color: var(--theme-color);
  color: var(--zea-qr-code-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.zea-qr-code canvas {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  padding: 1em 0;
  box-sizing: border-box;
}
