/*
Theme Name: 800tire.com
Description: Child theme for JJ Gallery
Author: JJ
Template: jjgallery
Version: 1.0.0
*/

/* Use Industry for all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'industry', sans-serif;
}

/* Use Proxima Nova for body text */
body, p, li, input, textarea, select, button {
  font-family: 'proxima-nova', sans-serif;
}

/* Stronger Industry headings with responsive sizes */
h1, h2 {
  font-family: 'industry', sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
}

h3, h4, h5, h6 {
  font-family: 'industry', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

/* Responsive adjustments for mobile */
@media (max-width: 600px) {
  h1, h2 {
    font-size: 1.7rem;
  }
  h3, h4, h5, h6 {
    font-size: 1.1rem;
  }
  .seo-paragraph ul,
  .seo-paragraph ol {
    padding-left: unset;
    padding-right: unset;
  }
  .seo-paragraph li {
    padding-bottom: 0.7rem;
  }
}

@media (max-width: 768px) {
  ul,
  ol {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

body h1,
.wp-block-heading {
  font-size: 3rem !important;
  line-height: 1.1;
}
