@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "calgary-script-ot";
  src: url("../font/Calgary-Script-OT.otf") format("opentype");
}


/* headings - start */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

h1,
.h1 {
  font-size: 38px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

/* headings - end */



/* body text - start */
body {
  font-family: "Montserrat", sans-serif;
  color: var(--broncbuster-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.text-calgary-script {
  font-family: "calgary-script-ot", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* body text - end */



@media (max-width: 767.5px) {

  /* headings - start */
  h1,
  .h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  /* headings - end */


  /* body text - start */
  body {
    font-size: 14px;
  }

  /* body text - end */

}