body { font-family: "font_regular"}
@font-face {
    font-family: 'font_regular';
    src: url('/fonts/DeltaSans-Regular.eot');
    src: url('/fonts/DeltaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DeltaSans-Regular.woff2') format('woff2'),
        url('/fonts/DeltaSans-Regular.woff') format('woff'),
        url('/fonts/DeltaSans-Regular.ttf') format('truetype'),
        url('/fonts/DeltaSans-Regular.svg#../fonts/DeltaSans-Regular') format('svg');
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body,h1,h2,h3,h4,h5,h6,p,a,li,span{font-family: 'DeltaSans', Arial, Helvetica, sans-serif!important;}
@media screen and (max-width: 1024px){
.en .editors_words .cont p {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}
}
.en .editors_words p{
    font-size: 18px;
    color: #646464;
    font-weight: normal;
    line-height: 32px; }
  .en .article_details .cont .text p span {
    font-size: 18px;
    /* font-weight: normal; */
    line-height: 32px; }