@font-face {
    font-family: 'Lexend';
    src: url(fonts/Lexend-Light.ttf);
}

@font-face {
    font-family: 'Lexend';
    src: url(fonts/Lexend-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Pivot Grotesk';
    src: url(fonts/NNPivotGrotesk-Heavy.otf);
}
  
body {
    background-color: #FFF7D5;
    font-family: "Lexend", "Open Sans", sans-serif;
    margin: 0 1rem;
}

.grid {
    display: grid;
    grid-gap: 1rem;
    max-width: 580px;
    margin: 2rem auto;
}

#tagline {
    font-family: 'Pivot Grotesk';
    font-size: 2rem;
    margin: 0rem;
}

@media (min-width: 720px) {
    .grid {
        display: grid;
        grid-template-columns: 280px auto;
        grid-gap: 2rem;
        max-width: 800px;
        margin: 2rem auto;
    }

    #tagline {
        font-family: 'Pivot Grotesk';
        font-size: 2rem;
        margin-top: 3rem;
        padding-left: 1rem;
    }
}


#consent.hidden,
df-messenger.hidden {
  display: none;
}

#consent .text {
  background: #000000;
  border-radius: 8px;
  color: #FFF7D5;
  font-size: 1rem;
  line-height: 24px;
  margin: 20px 0;
}

#consent .text p {
  margin: 0;
  padding: 0.75rem 1rem;
}

#consent .checkbox {
  cursor: pointer;
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 0 1rem 0.75rem;
}

#consent .checkbox input[type="checkbox"] {
  height: 20px;
  margin-left: 0;
  width: 20px;
  vertical-align: middle;
}

#consent a {
  color: inherit;
}

#actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#actions a {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
}

#actions button {
  background: #f3a400;
  border: 4px solid #000000;
  border-radius: 1.5rem;
  color: #000000;
  cursor: pointer;
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.5rem 2rem 0.6rem;
  font-family: "Lexend", "Open Sans", sans-serif;
}

#actions button[disabled] {
  cursor: default;
  opacity: 0.7;
}

#actions button:hover {
  background: #FFEB00;
}

#actions button[disabled]:hover {
  background: #f3a400;
}

df-messenger {
  --df-messenger-bot-message: #FFF7D5;
  --df-messenger-user-message: #fff;
  --df-messenger-font-color: #000000;
  --df-messenger-chat-background-color: transparent;
  --df-messenger-input-box-color: transparent;
  --df-messenger-input-placeholder-font-color: #fff;
  --df-messenger-button-titlebar-color: #f3a400;
  --df-messenger-button-titlebar-font-color: #000000;
  --df-messenger-send-icon: #000000;
}