/* Settings → Appearance → Public → Custom CSS */
  body {
    font-family: 'DM Sans', sans-serif;
  }

  .wrap {
    max-width: 600px;
    margin: 0 auto;
  }

  /* Add logo above the form */
  .wrap::before {
    content: '';
    display: block;
    width: 200px;
    height: 60px;
    margin: 2rem auto 1rem;
    background: url('https://raststaette.org/wp-content/themes/twentynineteen-child/logo/raste-logo.png') no-repeat center;
    background-size: contain;
  }

  /* Brand colors */
  .button, input[type="submit"] {
    background-color: #E94F32 !important;
    border-color: #E94F32 !important;
  }

  a {
    color: #E94F32;
  }

/* Hide Listmonk logo */
  .logo img {
    display: none;
  }

.footer a {
    display: none;
  }