h1, h2, h3, h4, h5, h6 {
    font-family: "PT Sans", sans-serif;
    color: #555555;
    font-weight: 500;
}

.cookie-consent-accept input[type='submit'], .cookie-consent-decline input[type='submit'] {
    line-height: inherit;
    color: #5EA566;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;

    /* remove old styles */
    background-color: none !important;
    border-radius: 0px !important;
    border: 0px !important;
    border-bottom: none !important;
    background: none !important;
    box-shadow: none !important;
}

.cookie-consent-accept input[type='submit']:hover, .cookie-consent-decline input[type='submit']:hover {
    color: #4f8a56;
}

th {
    text-align: left;
}

html {
  scroll-behavior: smooth;
}