.elementor-kit-6{--e-global-color-primary:#2F6F72;--e-global-color-secondary:#6E7471;--e-global-color-text:#1D1F1E;--e-global-color-accent:#706E66;--e-global-color-39236e0:#F8F8F4;--e-global-color-8705345:#FFFFFF;--e-global-color-bc1dcba:#FCFCFA;--e-global-color-6216d5a:#F1F3F1;--e-global-color-eef41ad:#E7ECEA;--e-global-color-a3e2a6d:#E8F2F1;--e-global-color-ccc6eea:#C0D5D5;--e-global-color-af55a2b:#8FBABA;--e-global-color-cef081e:#24585B;--e-global-color-74d91e9:#1B4446;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:600;background-color:var( --e-global-color-39236e0 );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:25px;}.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 *//* ══════════════════════════════════════════════════
CAROLINA WERLE · DESIGN SYSTEM
Elementor → Site Settings → Custom CSS
══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Geist:wght@300;400;500;600&display=swap');

:root {
  --cw-display: 'Instrument Serif', Georgia, serif;
  --cw-body: 'Geist', 'Helvetica Neue', sans-serif;
  --cw-primary: #2F6F72;
  --cw-primary-light: #E8F2F1;
  --cw-primary-hover: #24585B;
  --cw-primary-active: #1B4446;
  --cw-ink: #1D1F1E;
  --cw-muted: #6E7471;
  --cw-faint: #A6AFAB;
  --cw-bg: #F8F8F4;
  --cw-surface: #FFFFFF;
  --cw-surface-2: #FCFCFA;
  --cw-offset: #F1F3F1;
  --cw-offset-2: #E7ECEA;
  --cw-divider: #D7DCD9;
  --cw-border: #C9D1CE;
  --cw-xs: clamp(0.6875rem, 0.65rem + 0.2vw, 0.8125rem);
  --cw-sm: clamp(0.8125rem, 0.77rem + 0.25vw, 0.9375rem);
  --cw-base: clamp(0.9375rem, 0.9rem + 0.2vw, 1.0625rem);
  --cw-lg: clamp(1.125rem, 1rem + 0.6vw, 1.4375rem);
  --cw-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --cw-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);
  --cw-3xl: clamp(2.75rem, 1rem + 5vw, 6rem);
}

body, .elementor-widget-text-editor, .elementor-widget-text-editor p {
  font-family: var(--cw-body) !important;
  color: var(--cw-ink) !important;
}

body h1, body h2, body h3, body h4, body h5, body h6,
.elementor-widget-heading .elementor-heading-title,
.elementor h1, .elementor h2, .elementor h3 {
  font-family: var(--cw-display) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.015em !important;
}

.elementor-button {
  font-family: var(--cw-body) !important;
  font-weight: 500 !important;
  font-size: var(--cw-sm) !important;
  border-radius: var(--r2) !important;
}

.e-btn-dark {
  background: var(--cw-ink) !important;
  color: #FAFAF7 !important;
}

.e-btn-sage {
  background: var(--cw-primary) !important;
  color: #fff !important;
}

.e-btn-sage:hover {
  background: var(--cw-primary-hover) !important;
  box-shadow: 0 4px 12px rgba(47,111,114,.25) !important;
}

.cw-card .elementor-widget-container {
  background: var(--cw-surface);
  border: 1px solid var(--cw-divider);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(29,31,30,.06), 0 1px 2px rgba(29,31,30,.04);
}/* End custom CSS */