.elementor-kit-25245{--e-global-color-primary:#19B8A7;--e-global-color-secondary:#12A193;--e-global-color-text:#60666C;--e-global-color-accent:#2A7F6E;--e-global-color-5bdea96:#2A5838;--e-global-color-1df72b7:#CAA15F;--e-global-color-5319c42:#FFFFFF;--e-global-color-cb8be90:#F8F6F1;--e-global-color-c05f4eb:#2F4F39;--e-global-color-9f7edd2:#6B6B6B;--e-global-color-32e33cd:#C39B5A;--e-global-color-302da33:#5E7553;--e-global-color-7f44dcf:#2D2D2D;--e-global-color-b2608d1:#19B8A7;--e-global-color-c19c207:#12A193;--e-global-color-6061722:#2A7F6E;--e-global-color-b307e22:#D6F4F1;--e-global-color-9a70649:#2F2F2F;--e-global-color-eb17e98:#60666C;--e-global-color-4a18764:#B69C25;--e-global-color-1f5bc0f:#0C9B0F;--e-global-color-dc3ff03:#0FA34C;--e-global-color-c77c7b8:#FFD40D;--e-global-color-194c825:#1BCCB9;--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-25245 button,.elementor-kit-25245 input[type="button"],.elementor-kit-25245 input[type="submit"],.elementor-kit-25245 .elementor-button{background-color:var( --e-global-color-b2608d1 );color:var( --e-global-color-astglobalcolor5 );}.elementor-kit-25245 button:hover,.elementor-kit-25245 button:focus,.elementor-kit-25245 input[type="button"]:hover,.elementor-kit-25245 input[type="button"]:focus,.elementor-kit-25245 input[type="submit"]:hover,.elementor-kit-25245 input[type="submit"]:focus,.elementor-kit-25245 .elementor-button:hover,.elementor-kit-25245 .elementor-button:focus{background-color:var( --e-global-color-c19c207 );color:var( --e-global-color-astglobalcolor5 );}.elementor-kit-25245 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);}@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 */// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        brand: {
          DEFAULT: '#19B8A7',
          dark: '#12A193',
          deep: '#2A7F6E',
          tint: '#D6F4F1'
        },
        ink: {
          DEFAULT: '#2F2F2F',
          muted: '#60666C'
        },
        surface: {
          DEFAULT: '#FFFFFF',
          soft: '#F5F7FA',
          border: '#E5E7EB'
        }
      }
    }
  }
}/* End custom CSS */