/*
Theme Name: Murphy Gaughan
Theme URI: https://murphygaughan.co.uk/
Description: Child theme for Buildnest
Author: Murphy Gaughan
Template: buildnest
Version: 1.0.0
Text Domain: murphygaughan
*/

h1, h2, h3, h4, h5, h6, .single-product #pxl-content-area div.product .quantity-label, .single-product > div.product .quantity-label {
  font-family: "GeneralSans";
  color: var(--secondary-color);
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 15px;
  clear: both;
}
h1, .h1 {
  font-size: 55px;
  line-height: 1.091;
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 28px;
  }
}
h2, .h2 {
  font-size: 40px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h2, .h2 {
    font-size: 24px;
  }
}
h3, .h3 {
  font-size: 30px;
  line-height: 1.286;
}
@media (max-width: 1024px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h3, .h3 {
    font-size: 18px;
  }
}
h4, .h4 {
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5, .h5 {
  font-size: 20px;
  line-height: 1.435;
}
h6, .single-product #pxl-content-area div.product .quantity-label, .single-product > div.product .quantity-label, .h6 {
  font-size: 18px;
  line-height: 1.5;
}