
@font-face {
 font-family: 'Numans';
 src: url('fonts/Numans-Regular.ttf') format('truetype');
}

@font-face {
 font-family: 'Inconsolata-Medium';
 src: url('fonts/Inconsolata-Medium.ttf') format('truetype');
}


body {
  font-size: 1rem!important;
}

body .row {
    font-size: 1.1rem;
}

.text-pnames, body .popup-menu .menuwrap a, .left-mmenu a {
    font-family: "Inconsolata-Medium"!important;
}

.text-pnames, .row-head {
    font-size: 1.6rem!important;
    font-family: "Numans"!important;
    margin-bottom: 10px;
}

.text-numans, .hint, #contains {
  font-family: 'Numans';
}


button, .button{
  font-family: 'Inconsolata-Medium'!important;
}

.text-A6A4A1 {
  color: #909090!important;
}

.text-Inconsolata-Light, body, input, select, .likeselect, .text-Inconsolata-Bold, .text-Jost-Bold {
  font-family: "Numans"!important;
}

.text-72px {
    font-size: 1.9rem;
    font-family: "Numans";
}

.currentpage {
   font-family: 'Numans'!important;
}


@media screen and (max-width: 1440px) {

  .text-72px {
    font-size: 1.5rem;
  }
  .text-pnames, .row-head {
      font-size: 1.45rem!important;
  }
  .text-32px, .text-h2 {
    font-size: 1.25rem!important;
  }
  body .row {
      font-size: 1rem;
  }

}

@media screen and (max-width: 768px) {
  .text-72px {
      font-size: 1.3rem;
  }
  .text-32px, .text-h2 {
    font-size: 1.15rem!important;
  }
  .text-pnames, .row-head {
      font-size: 1.25rem!important;
  }
  body .row {
      font-size: 0.9rem;
  }
}
