.elementor-kit-6{--e-global-color-primary:#8B3A8B;--e-global-color-secondary:#3D1F3D;--e-global-color-text:#333333;--e-global-color-accent:#8B3A8B;--e-global-color-62abe4e:#F0A1A8;--e-global-color-ea1bf4c:#D4AF37;--e-global-color-cc4a40a:#FDF5FD;--e-global-color-aaefd99:#FFF0F3;--e-global-color-df36f60:#F7D1C4;--e-global-color-1bedc62:#6B6B6B;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:clamp(1.625rem, 4vw, 2.375rem);--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:clamp(2.031rem, 5vw, 2.969rem);--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:clamp(1.25rem, 3vw, 1.5rem);--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:clamp(1.563rem, 3.75vw, 1.875rem);--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:clamp(0.813rem, 1.3vw, 0.875rem);--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:clamp(1.219rem, 1.95vw, 1.313rem);--e-global-typography-accent-letter-spacing:1.7px;--e-global-typography-f9cab47-font-family:"Playfair Display";--e-global-typography-f9cab47-font-size:clamp(2rem, 5vw, 3rem);--e-global-typography-f9cab47-font-weight:600;--e-global-typography-f9cab47-line-height:clamp(2.5rem, 6.25vw, 3.75rem);--e-global-typography-73de3fd-font-family:"Playfair Display";--e-global-typography-73de3fd-font-size:clamp(1.063rem, 2.5vw, 1.25rem);--e-global-typography-73de3fd-font-weight:600;--e-global-typography-73de3fd-line-height:clamp(1.381rem, 3.25vw, 1.625rem);--e-global-typography-c574d0f-font-family:"Nunito";--e-global-typography-c574d0f-font-size:clamp(0.75rem, 1.2vw, 0.813rem);--e-global-typography-c574d0f-font-weight:700;--e-global-typography-c574d0f-text-transform:uppercase;--e-global-typography-c574d0f-line-height:clamp(1.05rem, 1.68vw, 1.138rem);--e-global-typography-877ae6f-font-family:"Nunito";--e-global-typography-877ae6f-font-size:16px;--e-global-typography-877ae6f-font-weight:700;--e-global-typography-877ae6f-line-height:1.7em;--e-global-typography-877ae6f-letter-spacing:0px;color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6 a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== ZMIENNE TYPOGRAFICZNE ===== */
:root {
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Nunito', 'Open Sans', sans-serif;
  --font-script: 'Dancing Script', cursive;
  --text: #3D1F3D;
  --text-light: #6B4A6B;
  --plum: #8B3A8B;
}
 
/* ===== RESET BAZOWY ===== */
html { font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
 
/* ===== NAGŁÓWKI ===== */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.25;
}
 
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 3vw, 1.5rem); }
h4 { font-size: clamp(1rem, 2.5vw, 1.25rem); line-height: 1.3; }
 
/* ===== ETYKIETY SEKCJI ===== */
.section-label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--plum);
}
 
/* ===== BODY TEXT ===== */
p, li, td {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
}
 
.text-light { color: var(--text-light); }
.text-small { font-size: 0.875rem; line-height: 1.5; }
.text-bold  { font-weight: 600; }
 
/* ===== PRZYCISKI ===== */
.btn {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  min-height: 48px;
  padding: 14px 32px;
}
 
/* ===== SCRIPT / DEDYKACJE ===== */
.dedication, .quote-script {
  font-family: var(--font-script);
  font-weight: 400;
  line-height: 1.4;
}/* End custom CSS */