.elementor-kit-34{--e-global-color-primary:#FFCC00;--e-global-color-secondary:#111111;--e-global-color-text:#FFFFFF;--e-global-color-accent:#BFBFBF;--e-global-color-d0554f4:#1C1B17;--e-global-color-47e4d10:#BFBFBF;--e-global-color-ff7c02c:#A8A8A8;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;}.elementor-kit-34 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-34{--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-line-height:1.25em;--e-global-typography-secondary-letter-spacing:1px;--e-global-typography-secondary-word-spacing:0em;--e-global-typography-text-line-height:1.55em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0em;--e-global-typography-accent-line-height:1.3em;--e-global-typography-accent-letter-spacing:1.5px;--e-global-typography-accent-word-spacing:0em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140%;}.e-con{--container-max-width:1140%;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}}
/* Start custom CSS */:root {
  --square-yellow: #FFCC00;
  --square-purple: #2B1730;
  --square-surface: #1C1B17;
  --square-surface-strong: #111111;
  --square-text: #FFFFFF;
  --square-muted: #BFBFBF;
  --e-global-color-primary: #FFCC00;
  --e-global-color-secondary: #111111;
  --e-global-color-text: #FFFFFF;
  --e-global-color-accent: #BFBFBF;
  --e-global-typography-primary-font-family: "Bebas Neue";
  --e-global-typography-secondary-font-family: "Inter";
  --e-global-typography-text-font-family: "Inter";
  --e-global-typography-accent-font-family: "Inter";
}

html { overflow-x: hidden; }
body {
  overflow-x: clip;
  background: var(--square-surface);
  color: var(--square-text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

body :is(p, li, a, button, input, textarea, select, label),
.elementor-widget-text-editor,
.elementor-button,
.elementor-price-list-description,
.elementor-price-list-price {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

body :is(h1, h2, h3, h4, h5, h6),
.elementor-heading-title,
.elementor-price-list-title {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif !important;
  text-transform: uppercase;
}

body h1 { font-size: clamp(3.25rem, 9vw, 6rem); line-height: .95; }
body h2 { font-size: clamp(2.125rem, 5vw, 3.5rem); line-height: 1.05; }
body h3 { font-size: clamp(1.75rem, 3vw, 2.25rem); line-height: 1.1; }

.elementor-price-list-title {
  color: var(--square-yellow) !important;
  letter-spacing: .02em;
}
.elementor-price-list-price {
  color: var(--square-yellow) !important;
  font-weight: 700 !important;
}
.elementor-price-list-description {
  color: var(--square-muted) !important;
  line-height: 1.45 !important;
}

.elementor-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600 !important;
  letter-spacing: .03em;
}

:is(a, button, [role="button"], input, textarea, select):focus-visible {
  outline: 2px solid var(--square-text) !important;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .e-con {
    --container-max-width: 100% !important;
  }
  body h1 { font-size: 52px !important; line-height: .95 !important; }
  body h2 { font-size: 34px !important; line-height: 1.05 !important; }
  body h3 { font-size: 28px !important; line-height: 1.1 !important; }
  .elementor-price-list-title {
    font-size: 24px !important;
    line-height: 1.05 !important;
  }
  .elementor-price-list-price {
    font-size: 20px !important;
    line-height: 1 !important;
  }
  .elementor-price-list-description {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
  .elementor-button {
    width: 100%;
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}.beer-extra { color: #ffffff !important; }/* End custom CSS */