@font-face {
  font-family: 'merry';
  src: url("/assets/merry-regular-webfont-7064f8bf.woff2") format('woff2'),
       url("/assets/merry-regular-webfont-d4761f88.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --altcha-border-width: 0;
  --altcha-color-text: currentColor;
  --altcha-color-border-focus: currentColor;
  --altcha-color-error-text: #f23939;
  --altcha-max-width: 260px;
}

.altcha-main {
  padding: 8px !important;
  line-height: 1.5rem;
}

.altcha-checkbox, .altcha-main svg {
  height: 18px !important;
  width: 18px !important;
}
