/* Proxima Nova - Start */
@font-face {
  font-family: "Proxima Nova";
  src: url("../font/proximanova/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../font/proximanova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../font/proximanova/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../font/proximanova/Proxima_Nova_Semibold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../font/proximanova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
}

/* Proxima Nova - End */


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

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

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

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

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

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

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

/* headings - end */



/* body text - start */
body {
  font-family: "Proxima Nova", sans-serif;
  color: var(--dark-text, #242424);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
/* body text - end */



@media (max-width: 767.5px) {

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

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

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

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

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

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

  /* headings - end */

}