.elementor-kit-5{--e-global-color-primary:#11100F;--e-global-color-secondary:#FF9F0A;--e-global-color-text:#59534C;--e-global-color-accent:#BD231C;--e-global-color-7b48b4c:#FF6A00;--e-global-color-4bc31de:#1D8D51;--e-global-color-325230b:#FBF7EF;--e-global-color-d953449:#F5EDDF;--e-global-color-838d553:#FFFFFF;--e-global-color-5fe64d3:#201825;--e-global-color-7f7e5ec:#DED5C8;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-size:88px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:0.88em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:64px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:-2px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:800;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1px;--e-global-typography-a4af309-font-family:"Georgia";--e-global-typography-a4af309-font-size:12px;--e-global-typography-a4af309-font-weight:700;--e-global-typography-a4af309-letter-spacing:-1px;font-family:"Inter", Sans-serif;font-weight:400;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Inter", Sans-serif;font-size:13px;font-weight:800;text-transform:uppercase;color:#17110A;background-color:#FF9F0A;border-radius:999px 999px 999px 999px;padding:21px 23px 21px 23px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#FFB229;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--container-default-padding-top:36px;--container-default-padding-right:36px;--container-default-padding-bottom:36px;--container-default-padding-left:36px;}.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);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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:960px;}.e-con{--container-max-width:960px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:56px;--e-global-typography-primary-line-height:0.88em;--e-global-typography-primary-letter-spacing:-3px;--e-global-typography-secondary-font-size:43px;--e-global-typography-secondary-line-height:1em;--e-global-typography-secondary-letter-spacing:-2px;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:1.7em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-size:11px;--e-global-typography-accent-line-height:1.4em;--e-global-typography-accent-letter-spacing:1px;--e-global-typography-a4af309-font-size:12px;--e-global-typography-a4af309-line-height:1em;--e-global-typography-a4af309-letter-spacing:-1px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:680px;}.e-con{--container-max-width:680px;}}/* Start custom CSS */```css
:root{
  --dkl-ink:#11100f;
  --dkl-paper:#fbf7ef;
  --dkl-orange:#ff9f0a;
  --dkl-orange-hot:#ff6a00;
  --dkl-red:#bd231c;
  --dkl-green:#1d8d51;
  --dkl-night:#201825;
}

.dkl-inner{
  width:min(100%,1240px);
  margin-inline:auto;
  padding-inline:36px;
}

.dkl-eyebrow{
  color:var(--dkl-orange);
  font-size:12px;
  line-height:1.4;
  font-weight:900;
  letter-spacing:.19em;
  text-transform:uppercase;
}

.dkl-button .elementor-button{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  transition:transform .2s ease,background .2s ease;
}
.dkl-button .elementor-button:hover{transform:translateY(-2px)}

.dkl-menu-card{
  padding:32px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:#191715;
  overflow:hidden;
}
.dkl-menu-card.featured{
  background:linear-gradient(145deg,#291610,#171513);
  border-color:rgba(255,159,10,.55);
}

@media(max-width:680px){
  .dkl-inner{padding-inline:20px}
  .dkl-menu-card{padding:25px 22px}
}/* End custom CSS */