.elementor-kit-8{--e-global-color-primary:#082F7B;--e-global-color-secondary:#F9B916;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-97a8954:#6E6E6E;--e-global-color-0cfdbce:#111111;--e-global-color-3dbf13c:#6E6E6E;--e-global-color-ed4aaa2:#F47D52;--e-global-color-c48afbe:#8ECA76;--e-global-color-380a492:#35495E;--e-global-color-3f96708:#410251;--e-global-color-91e44e7:#2B7B8B;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =========================================
   GLOBAL TYPOGRAPHY SYSTEM – DM SANS ONLY
   Elementor Friendly + Responsive
========================================= */

:root {
  --font-primary: 'DM Sans', sans-serif;

  /* Desktop sizes */
  --fs-h1: 56px;
  --fs-h2: 48px;
  --fs-h3: 36px;
  --fs-h4: 28px;
  --fs-h5: 22px;
  --fs-h6: 18px;
  --fs-body-lg: 24px;
  --fs-body: 16px;
  --fs-body-sm: 14px;
  --fs-caption: 12px;
  --fs-button: 14px;

  /* Line heights */
  --lh-tight: 1.1;
  --lh-heading: 1.2;
  --lh-body: 1.6;

  /* Font weights */
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
}

/* Base */
body,
.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor-widget-button,
.elementor-widget-icon-box,
.elementor-widget-image-box,
.elementor-widget-post-info,
.elementor-widget-theme-post-content {
  font-family: var(--font-primary);
}

/* Headings */
h1,
.type-h1 {
  font-family: var(--font-primary);
  font-size: var(--fs-h1);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  letter-spacing: -0.02em;
}

h2,
.type-h2 {
  font-family: var(--font-primary);
  font-size: var(--fs-h2);
  font-weight: var(--fw-bold);
  line-height: var(--lh-heading);
  letter-spacing: -0.02em;
}

h3,
.type-h3 {
  font-family: var(--font-primary);
  font-size: var(--fs-h3);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-heading);
}

h4,
.type-h4 {
  font-family: var(--font-primary);
  font-size: var(--fs-h4);
  font-weight: var(--fw-semibold);
  line-height: 1.3;
}

h5,
.type-h5 {
  font-family: var(--font-primary);
  font-size: var(--fs-h5);
  font-weight: var(--fw-semibold);
  line-height: 1.3;
}

h6,
.type-h6 {
  font-family: var(--font-primary);
  font-size: var(--fs-h6);
  font-weight: var(--fw-semibold);
  line-height: 1.4;
}

/* Body text */

.type-body {
  font-family: var(--font-primary);
  font-size: var(--fs-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}

.type-body-lg {
  font-family: var(--font-primary);
  font-size: var(--fs-body-lg);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}

.type-body-sm {
  font-family: var(--font-primary);
  font-size: var(--fs-body-sm);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}

.type-caption {
  font-family: var(--font-primary);
  font-size: var(--fs-caption);
  font-weight: var(--fw-regular);
  line-height: 1.5;
}

.type-subheading {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

button,
.elementor-button,
.type-button {
  font-family: var(--font-primary);
  font-size: var(--fs-button);
  font-weight: var(--fw-semibold);
  line-height: 1.2;
}

/* =========================================
   TABLET
========================================= */
@media (max-width: 1024px) {
  :root {
    --fs-h1: 46px;
    --fs-h2: 40px;
    --fs-h3: 32px;
    --fs-h4: 26px;
    --fs-h5: 20px;
    --fs-h6: 17px;
    --fs-body-lg: 17px;
    --fs-body: 16px;
    --fs-body-sm: 14px;
    --fs-caption: 12px;
    --fs-button: 14px;
  }
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 767px) {
  :root {
    --fs-h1: 34px;
    --fs-h2: 30px;
    --fs-h3: 26px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --fs-h6: 16px;
    --fs-body-lg: 16px;
    --fs-body: 15px;
    --fs-body-sm: 13px;
    --fs-caption: 11px;
    --fs-button: 13px;
  }

  h1, .type-h1,
  h2, .type-h2,
  h3, .type-h3,
  h4, .type-h4,
  h5, .type-h5,
  h6, .type-h6 {
    letter-spacing: 0;
  }
}/* End custom CSS */