/* Majestic foundation styles. v0.1.0 */
:root {
 --majestic-content-width:1140px;
 --majestic-wide-width:1320px;

 /* Inherit the buyer's Elementor Global Colours. */
 --majestic-color-primary:var(--e-global-color-primary,#f8ddcd);
 --majestic-color-secondary:var(--e-global-color-secondary,#f7f3ed);
 --majestic-color-text:var(--e-global-color-text,#222222);
 --majestic-color-accent:var(--e-global-color-accent,#aa7f79);
 --majestic-color-background:#ffffff;
 --majestic-color-border:#e7e7e7;
 --majestic-color-on-dark:#ffffff;
 --majestic-color-error:#b42318;

 /* Inherit the buyer's Elementor Global Fonts. */
 --majestic-font-heading:var(--e-global-typography-primary-font-family,inherit);
 --majestic-font-secondary:var(--e-global-typography-secondary-font-family,inherit);
 --majestic-font-body:var(--e-global-typography-text-font-family,inherit);
 --majestic-font-accent:var(--e-global-typography-accent-font-family,inherit);

 --majestic-radius-sm:2px;
 --majestic-radius-md:6px;
 --majestic-radius-lg:12px;

 --majestic-space-xs:.5rem;
 --majestic-space-sm:1rem;
 --majestic-space-md:1.5rem;
 --majestic-space-lg:2rem;
 --majestic-space-xl:3rem;
}
html{box-sizing:border-box;-webkit-text-size-adjust:100%}*,*::before,*::after{box-sizing:inherit}body{margin:0;min-height:100vh}
img,svg,video{max-width:100%;height:auto}button,input,select,textarea{font:inherit}a{color:inherit}
.majestic-site-main{width:100%}.majestic-content{width:min(calc(100% - 40px),var(--majestic-content-width));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{position:fixed!important;z-index:100000;top:8px;left:8px;width:auto;height:auto;padding:12px 16px;clip:auto;background:#fff;color:#000}
