.elementor-kit-82{--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;background-color:#F9FBF3;}.elementor-kit-82 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){margin-block-end: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 */* {
  box-sizing: border-box;
}

body {
  background-color: #f9fbf3 !important;
  color: #000000 !important;
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

h1, h2, h3 {
  color: #fb8500;
  font-family: "Merriweather", serif;
  margin: 0 0 1rem 0;
}

a {
  color: #fb8500;
  text-decoration: none;
  font-weight: 600;
  transition: background 180ms ease-in-out, transform 180ms ease-in-out;
}

a:hover {
  color: #d9773b;
  transform: translateY(-2px);
}

a.btn-primary,
button.btn-primary {
  background-color: #fb8500;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  padding: 12px 22px;
  text-decoration: none;
  cursor: pointer;
  transition: background 180ms ease-in-out, transform 180ms ease-in-out;
}

a.btn-primary:hover,
button.btn-primary:hover {
  background-color: #d9773b;
  transform: translateY(-2px);
}

button:focus,
a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(251, 133, 0, 0.2);
  border-radius: 6px;
}/* End custom CSS */