.elementor-kit-6{--e-global-color-primary:#2C1B2D;--e-global-color-secondary:#512354;--e-global-color-text:#F4CF1D;--e-global-color-accent:#F08F1C;--e-global-color-69fc712:#DA67E2;--e-global-color-2c57308:#1B1B13;--e-global-typography-primary-font-family:"Bahianita";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bahianita";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;background-color:#2C1B2D00;background-image:url("https://strangestables.ca/wp-content/uploads/2025/09/DarkHalftoneFade-1.png");background-repeat:no-repeat;background-size:100% auto;overscroll-behavior:contain;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:var( --e-global-color-text );}.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-kit-6{background-size:1000px auto;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    /* Ensures the gradient is as large as the viewport */
    background-size: cover;
    
    /* Prevents the browser from tiling the background */
    background-repeat: no-repeat;
    
    /* Keeps the background fixed, preventing scroll-based repetition */
    background-attachment: fixed;
    
    /* Optional: Ensure the body itself is at least the height of the viewport */
    min-height: 100vh; 
}
html, body {
  /* Set a fallback solid color in case the gradient doesn't load */
  background-color: #2c1b2d; 
  /* Apply the linear gradient as the background */
  background-image: linear-gradient(
    to bottom, 
    #2c1b2d, /* Start color (top) - Use your dark purple */
    #5c2d60  /* End color (bottom) - Choose a slightly different shade */
    
  );/* End custom CSS */