.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#5F5F5F;--e-global-color-text:#000000;--e-global-color-accent:#C5B370;--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"valky", Sans-serif;font-weight:400;text-transform:uppercase;}.elementor-kit-6 h2{font-family:"valky", Sans-serif;font-weight:400;text-transform:uppercase;}.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);}@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;
  --text: #111111;
  --toggle-bg: #eeeeee;
  --toggle-ball: #ffffff;

}

body.dark-mode {

  --bg: #0f0f0f;
  --text: #f5f5f5;
  --toggle-bg: #222222;
  --toggle-ball: #8f7cff;

}

body {

  background: var(--bg);
  color: var(--text);
  transition: background .35s ease, color .35s ease;

}

.theme-toggle {

  width: 72px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: var(--toggle-bg);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);

}

.theme-toggle__icon {

  font-size: 15px;
  line-height: 1;
  z-index: 2;

}

.theme-toggle__ball {

  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--toggle-ball);
  position: absolute;
  left: 4px;
  top: 4px;
  transition: transform .28s ease, background .28s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);

}

body.dark-mode .theme-toggle__ball {

  transform: translateX(36px);

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'valky';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://resto.studiowmi.com/wp-content/uploads/2026/04/valky_regular-webfont.woff2') format('woff2'),
		url('https://resto.studiowmi.com/wp-content/uploads/2026/04/valky_regular-webfont.woff') format('woff');
}
/* End Custom Fonts CSS */