.elementor-kit-50{--e-global-color-primary:#111111;--e-global-color-secondary:#7D0000;--e-global-color-text:#EBEBEB;--e-global-color-accent:#FACA2A;--e-global-typography-primary-font-family:"Most Wazted";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bebas Neue Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Bebas Neue Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bebas Neue Pro";--e-global-typography-accent-font-weight:500;font-family:"sans-serif", Sans-serif;background-color:var( --e-global-color-primary );overscroll-behavior:auto;}.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-50 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: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 */.slab-glitch .elementor-button-text {
    display: inline-block;
    animation: slabTextGlitch 4s infinite;
}

@keyframes slabTextGlitch {

    0%, 94%, 100% {
        transform: translateX(0);
        text-shadow: none;
    }

    95% {
        transform: translateX(-2px);
        text-shadow:
            -4px 0 #ff004c,
             4px 0 #00e5ff;
    }

    96% {
        transform: translateX(2px);
        text-shadow:
             4px 0 #ff004c,
            -4px 0 #00e5ff;
    }

    97% {
        transform: translateX(-1px);
        text-shadow:
            -10px 0 #ff004c,
             10px 0 #00e5ff;
    }

    98% {
        transform: translateX(0);
        text-shadow: none;
    }
}

/* Target the text span directly inside your custom glitch ID wrapper */

.slab-glitch .elementor-button-text {
    display: inline-block;
    animation: slabTextGlitch 4s infinite;
}

.slab-glitch .elementor-heading-title {
    display: inline-block;
    animation: slabTextGlitch 1s infinite; /* Changed to 4s to match your original timing, but you can keep 1s if you want it faster! */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Bebas Neue Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://slabhousemagazine.com/wp-content/uploads/2026/06/BebasNeuePro-Regular.woff2') format('woff2'),
		url('https://slabhousemagazine.com/wp-content/uploads/2026/06/BebasNeuePro-Regular.woff') format('woff'),
		url('https://slabhousemagazine.com/wp-content/uploads/2026/06/BebasNeuePro-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */