.elementor-kit-6{--e-global-color-primary:#111111;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#111111;--e-global-color-accent:#FF3131;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.5px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:16px;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{text-decoration:underline;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;font-size:48px;font-weight:700;line-height:1px;}.elementor-kit-6 h2{font-size:36px;font-weight:600;line-height:1.2px;}.elementor-kit-6 h3{font-size:30px;font-weight:600;line-height:1.2px;}.elementor-kit-6 h4{font-size:24px;font-weight:600;line-height:1.3px;}.elementor-kit-6 h5{font-size:20px;font-weight:500;line-height:1.4px;}.elementor-kit-6 h6{font-size:16px;font-weight:500;line-height:1.5px;}.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 */:root{
  --bg: #ffffff;
  --surface: #f8f8f8;
  --text: #111111;
  --muted: #737373;
  --border: #e5e5e5;
  --accent: #ff3131;
}

body.dark-theme{
  --bg: #000000;
  --surface: #121212;
  --text: #ffffff;
  --muted: #a6a6a6;
  --border: #333333;
  --accent: #ff3131;
}

body{
  background-color: var(--bg);
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont,
  Segoe UI, Roboto, Oxygen,
  Ubuntu, Cantarell, Fira Sans, Helvetica Neue,
  sans-serif;
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  color: var(--accent);
  text-decoration: underline;
}/* End custom CSS */