html,
body,
form,
div,
img,
h1,
h2,
h3,
h4 {
  padding: 0px;
  margin: 0px;
  border: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}
a {
  color: #1D9ADD;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #79D8F9;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Sofia Soft';
  src: url('/files/fonts/Sofia Pro Soft Medium.ttf') format('truetype');
}
@font-face {
  font-family: "Sofia Soft";
  src: url('/files/fonts/Sofia Pro Soft Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Sofia Soft";
  src: url('/files/fonts/Sofia Pro Soft Light.ttf') format('truetype');
  font-weight: 100;
}
