h1,
h2,
label,
input,
.noselect {
  user-select: none;
  font-family: sans-serif;
}
select {
  margin-bottom: 0.5em;
}
h1,
h2 {
  color: #256bbf;
}
label {
  color: #1f497d;
  font-weight: bold;
}
input[type="text"],
input[type="email"] {
  width: 45em;
  margin-top: 0.5em;
  padding: 0.5em;
}
body {
  margin: 1em;
  color: #256bbf;
}
:visited {
  color: #256bbf;
}

/* Disable dark mode on Safari, since Safari copies the dark mode color of the signature */
@supports not ((-webkit-appearance: none) and (stroke-color: transparent)) {
  @media (prefers-color-scheme: dark) {
    body {
      background-color: #292929;
    }
    table span[style],
    td#phone,
    a[href*="mailto:"] {
      color: #99b7f4 !important;
    }
    table,
    label,
    a {
      color: #6396f0 !important;
    }
    input,
    select {
      background: transparent;
      border: 2px solid #6396f0;
      color: #99b7f4;
    }
    option {
      background-color: #292929;
    }
  }
}