* {
  box-sizing: border-box;
}

body {
  color: #5D5D5D;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", sans-serif;
}

a {
  color: #006FF4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
