:root {
  --site-primary-color: #3095b4;
  --site-primary-hover-color: #206378;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  cursor: pointer;
  overflow: visible;
  text-transform: none;
}

button[type="submit"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
  appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  color: var(--site-primary-color);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--site-primary-hover-color);
  text-decoration: underline;
}

label,
h1,
h2,
h3,
h4 {
  font-weight: normal;
}

*:focus {
  outline: 0 !important;
}

a {
  outline: none !important;
}
