.elementor-kit-5{--e-global-color-primary:#866D4B;--e-global-color-secondary:#0C2340;--e-global-color-text:#222222;--e-global-color-accent:#E7E1DA;--e-global-typography-primary-font-family:"Playfair Display";--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:"Playfair Display";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Playfair Display";--e-global-typography-accent-font-weight:500;background-color:#FAF8F5;}.elementor-kit-5 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;}{}0{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;}}:root { --text:#222; --Primary:#866D4B; --border:#E7E1DA; }
/* Start custom CSS *//* =========================
   FLUID TYPOGRAPHY SYSTEM
========================= */

:root {

  /* 1px base unit */
  --spacing: .0625rem;

  /* viewport range */
  --fluid-min-w: 375;
  --fluid-max-w: 1600;

  /* fluid calculation */
  --fluid-slope: calc(
    (100vw - calc(var(--spacing) * var(--fluid-min-w))) /
    (var(--fluid-max-w) - var(--fluid-min-w))
  );

}


/* =========================
   HEADINGS
========================= */

h1 {

  font-size: clamp(
    calc(var(--spacing) * 32),
    calc(var(--spacing) * 32) + (96 - 32) * var(--fluid-slope),
    calc(var(--spacing) * 96)
  );

  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.035em;

}

h2 {

  font-size: clamp(
    calc(var(--spacing) * 36),
    calc(var(--spacing) * 36) + (64 - 36) * var(--fluid-slope),
    calc(var(--spacing) * 64)
  );

  font-weight: 500;
  line-height: 1.125;
  letter-spacing: -.05em;

}

h3 {

  font-size: clamp(
    calc(var(--spacing) * 28),
    calc(var(--spacing) * 28) + (48 - 28) * var(--fluid-slope),
    calc(var(--spacing) * 48)
  );

  font-weight: 500;
  line-height: 1.083;
  letter-spacing: -.05em;

}

h4 {

  font-size: clamp(
    calc(var(--spacing) * 28),
    calc(var(--spacing) * 28) + (32 - 28) * var(--fluid-slope),
    calc(var(--spacing) * 32)
  );

  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.025em;

}

h5 {

  font-size: calc(var(--spacing) * 20);

  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.025em;

}

h6 {

  font-size: calc(var(--spacing) * 16);

  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05em;

}


/* =========================
   PARAGRAPH
========================= */

p {

  font-size: calc(var(--spacing) * 16);
  font-weight: 400;
  line-height: 1.5;

}/* End custom CSS */