@font-face {
  font-family: "Soleto";
  src: url("../../fonts/soleto/soleto-normal-300.woff2") format("woff2"), url("../fonts/soleto/soleto-normal-300.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Soleto";
  src: url("../../fonts/soleto/soleto-normal-400.woff2") format("woff2"), url("../fonts/soleto/soleto-normal-400.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Soleto";
  src: url("../../fonts/soleto/soleto-normal-500.woff2") format("woff2"), url("../fonts/soleto/soleto-normal-500.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Soleto";
  src: url("../../fonts/soleto/soleto-normal-700.woff2") format("woff2"), url("../fonts/soleto/soleto-normal-700.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: 700;
  font-style: normal;
}

body {

  -webkit-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  -ms-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  font-weight: 300;
  letter-spacing: 0.48px;
}
