
  /* About KA: apply the uploaded Acad Nusx Geo font to all body text, while keeping the specified headings unchanged. */
  @font-face{
    font-family:'Acad Nusx Geo';
    src:local('Acad Nusx Geo'),
        url('acad_nusx_geo.ttf') format('truetype');
    font-weight:400;
    font-style:normal;
    font-display:swap;
  }

  html[lang="ka"] body.page #wrapper .content.walkinto-about-page .walkinto-about-new p,
  html[lang="ka"] body.page #wrapper .content.walkinto-about-page .walkinto-about-new p *{
    font-family:'Acad Nusx Geo', Arial, sans-serif !important;
  }
