html,
body,
form,
div,
img,
h1,
h2,
h3,
h4 {
  padding: 0px;
  margin: 0px;
  border: none;
}
body {
  font-family: 'SofiaProSoft', sans-serif;
  color: #000000;
}
a {
  text-decoration: none;
  outline: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@font-face {
  font-family: 'SofiaProSoft';
  font-weight: 300;
  src: url('/files/fonts/Sofia Pro Soft/SofiaProSoft-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'SofiaProSoft';
  font-weight: 400;
  src: url('/files/fonts/Sofia Pro Soft/SofiaProSoft-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'SofiaProSoft';
  font-weight: 500;
  src: url('/files/fonts/Sofia Pro Soft/SofiaProSoft-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'SofiaProSoft';
  font-weight: 700;
  src: url('/files/fonts/Sofia Pro Soft/SofiaProSoft-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MohrRoundedAlt';
  font-weight: 400;
  src: url('/files/fonts/Mohr/MohrRoundedAlt-Black.ttf') format('truetype');
}
