@font-face {
  font-family: 'HenriettaRegular';
  src:
    url('/fonts/VCHenrietta-Regular.woff2') format('woff2'),
    url('/fonts/VCHenrietta-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HenriettaBold';
  src:
    url('/fonts/VCHenrietta-Bold.woff2') format('woff2'),
    url('/fonts/VCHenrietta-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MatterRegular';
  src:
    url('/fonts/MatterRegular.woff2') format('woff2'),
    url('/fonts/MatterRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MatterSemiBold';
  src:
    url('/fonts/MatterSemiBold.woff2') format('woff2'),
    url('/fonts/MatterSemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* You cannot fully remove the badge visually if you want to comply with Google's terms.
Set visibility to hidden */
.grecaptcha-badge {
  visibility: hidden;
}
