

/* Define the FBotarkya font face */
@font-face {
  font-family: 'FBotarkya';
  src: url('../fonts/fbotarkya-regularwebfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Create a class that applies the FBotarkya font */
.fbotarkya-font {
  font-family: 'FBotarkya', sans-serif;
}

/* Define the Caligraph font face */
@font-face {
  font-family: 'Caligraph';
  src: url('../fonts/caligraphregularwebfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Create a class that applies the Caligraph font */
.caligraph-font {
  font-family: 'Caligraph', sans-serif;
}
/* Apply the Assistant font to the body */
      body {
          font-family: 'Assistant', sans-serif;
      }
      h1,h2,h3,h4,h5,h6{
        font-family: 'FBotarkya', sans-serif;
      }
      .content-decor h2{
        font-family: 'Caligraph', sans-serif;

      }
      .content-decor__main p{
                font-family: 'FBotarkya', sans-serif;
		  
    font-size: 1.75vw;
      }
button.read-more-btn-new{
  font-weight: 600;
}
.content-decor__main h2 { 
    font-size:3.125vw;
}