.elementor-kit-2{--e-global-color-primary:#7B01F7;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#BDAF00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1270px;}.e-con{--container-max-width:1270px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==========================
   BrandinBoss Global Typography
   ========================== */

/* Headings (center-aligned and responsive) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #1a1a1a; /* Adjust as needed */
  margin-bottom: 20px;
}

/* H1 - Hero Headlines */
h1 {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
}

/* H2 - Section Titles */
h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

/* H3 - Subheadings */
h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

/* H4 - Smaller Titles */
h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

/* Paragraphs */
body, p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #333333;
}

/* Buttons / CTA */
button, .elementor-button {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ==========================
   Responsive Adjustments
   ========================== */
@media (max-width: 1024px) {
  h1 { font-size: 54px; }
  h2 { font-size: 38px; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }
  body, p { font-size: 17px; }
}

@media (max-width: 767px) {
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  body, p { font-size: 16px; }
}/* End custom CSS */