.elementor-kit-7{--e-global-color-primary:#705040;--e-global-color-secondary:#467C7F;--e-global-color-text:#705040;--e-global-color-accent:#A08871;--e-global-color-d2cc10b:#F8F4F0;--e-global-color-01c6edd:#FFFFFF;--e-global-color-2b3a33f:#FFFFFF00;--e-global-typography-primary-font-family:"Leon";--e-global-typography-primary-font-size:3.5vw;--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Leon";--e-global-typography-secondary-font-size:2.6vw;--e-global-typography-secondary-font-weight:bold;--e-global-typography-text-font-family:"Leon";--e-global-typography-text-font-size:1.3vw;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Leon";--e-global-typography-accent-font-size:1.3vw;--e-global-typography-accent-font-weight:bold;background-color:var( --e-global-color-d2cc10b );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-secondary );}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );}.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-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:34px;--e-global-typography-text-font-size:20px;--e-global-typography-accent-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden;
}

:root{
  --noise-img: url("https://talperry.co.il/wp-content/uploads/2026/01/background-1.png");
  --noise-size: 128px;
  --noise-opacity: .6; /* 60% */
}

body{
  background-color: #F8F4F0;
  position: relative;
  z-index: 0;
}

body::before{
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: var(--noise-img);
  background-repeat: repeat;
  background-size: var(--noise-size);
  opacity: var(--noise-opacity);
  z-index: -1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Leon';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://talperry.co.il/wp-content/uploads/2026/01/Leon-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Leon';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://talperry.co.il/wp-content/uploads/2026/01/Leon-ProductRegular.woff2') format('woff2');
}
/* End Custom Fonts CSS */