@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)
      format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+FEFF, U+FFFD;
  }

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    font-family: 'Inter', sans-serif;
}
.error-message {
     color: #dc3545;
     background-color: #f8d7da;
     border: 1px solid #f5c6cb;
     padding: 1rem;
     margin: 1rem;
     border-radius: 0.25rem;
     font-family: sans-serif;
}
.externalform form {
    font-size:100%;
    line-height: unset;
    font-family:'Inter', sans-serif;
}
.externalform form label {
    font-size: 1.3rem;
    font-weight: 500;
}
.externalform form input {
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 4px;
}
.externalform form input::placeholder {
    color: #989898;
    font-size: 16px;
    opacity: 1; /* Firefox */
}
.externalform form select {
    opacity:1;
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 4px;
    background:#f7f7f5;
}
.externalform form button[type="submit"], .externalform form div[data-editorblocktype="SubmitButtonBlock"] button {
    line-height:50px;
    font-family: 'Inter', sans-serif;
}
