@font-face {
  font-family: "VerdanaPro";
  src: url(../fonts/VerdanaPro-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "VerdanaPro";
  src: url(../fonts/VerdanaPro-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "VerdanaPro";
  src: url(../fonts/VerdanaPro-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url(../fonts/SVN-Gotham-Book.otf);
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url(../fonts/SVN-Gotham-Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url(../fonts/SVN-Gotham-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "SVN-Gotham", sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 1.5;
}