html {
    box-sizing: border-box;
}

/* Hide the reCAPTCHA v3 badge — visually intrusive on every page. Google's policy
   permits hiding the badge as long as the site shows the legal notice elsewhere
   (we render it next to each submit button). See:
   https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed */
.grecaptcha-badge {
    visibility: hidden !important;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0b1410;
    color: #fff;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}


/*# sourceMappingURL=main.3e7d661d.css.map*/