@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato', sans-serif; 
  font-style: normal;
  font-weight: 400;
  src: url('/ownfonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/ownfonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/ownfonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/ownfonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/ownfonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/ownfonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

body,h1,h2,h3,h4,h5,h6,p,li,a {
  font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-weight:600;//semi-bold
}

body {
  font-size: 16px;
}
p {
  text-align: justify;
}
p-style {
  text-align: justify;
}
