body {
    font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
    letter-spacing: -0.9px;
}

.hero-scrim {
    background: #1a1a1a;
}

.card-flat {
    border: 1px solid #e7eaf0;
}

.pill-black {
    background: #000000;
    color: #ffffff;
    border-radius: 9999px;
}

.form-field-line {
    border: none;
    border-bottom: 1px solid #c9ccd1;
    background: transparent;
    padding: 10px 0;
}

.form-field-line:focus {
    outline: none;
    border-bottom-color: #030303;
}

.faq-item summary {
    cursor: pointer;
}

.cookie-banner {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    max-width: 480px;
    margin: 0 auto;
    display: none;
    z-index: 100;
}

.cookie-banner.show {
    display: block;
}

.form-message {
    display: none;
}

.form-message.show {
    display: block;
}
