input, select, textarea {
  font-size: 14px;
  font-weight: 300;
}

a {
  text-decoration: none;
  transition:color .15s ease-in;
  color: #333;
}
a:hover {
  text-decoration: underline;
}

p {
  font-size: 16px;
}
h1 {
  font-size: 28px;
  font-weight: 400;
}
h2 {
  font-size: 24px;
  font-weight: 400;
}
h3 {
  font-size: 20px;
  font-weight: 400;
}
h4 {
  font-size: 18px;
  font-weight: 400;
}
h5 {
  font-size: 16px;
  font-weight: 400;
}
h6 {
  font-size: 14px;
  font-weight: 400;
}
