.elementor-kit-11223{--e-global-color-primary:#090909;--e-global-color-secondary:#111111;--e-global-color-text:#1A1A1A;--e-global-color-accent:#C9A84C;--e-global-color-62e6da8:#F2EDE4;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:uppercase;--e-global-typography-text-letter-spacing:2px;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-11223 button,.elementor-kit-11223 input[type="button"],.elementor-kit-11223 input[type="submit"],.elementor-kit-11223 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Outfit", Sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;font-style:normal;text-decoration:none;color:var( --e-global-color-secondary );}.elementor-kit-11223 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);}@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 */@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');

html, body, .elementor-page {
  background-color: #090909 !important;
  color: #F2EDE4 !important;
}

/* Remove white flash on page load */
.elementor-section,
.e-container,
.elementor-widget-wrap {
  background-color: transparent;
}

/* Global link colour */
a { color: #C9A84C; }
a:hover { color: #E2C47A; }

/* Headings default to warm white */
h1, h2, h3, h4, h5, h6 {
  color: #F2EDE4;
}

/* Body text muted */
p {
  color: rgba(242, 237, 228, 0.55);
  line-height: 1.75;
}

/* Gold underline on nav hover */
.elementor-nav-menu a:hover {
  color: #C9A84C !important;
  border-bottom: 1px solid #C9A84C;
}

/* Remove default Elementor button radius */
.elementor-button {
  border-radius: 0 !important;
}

/* Gold CTA button style */
.elementor-button.e-gold {
  background: #C9A84C !important;
  color: #090909 !important;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 16px 32px;
  border: none;
}

/* Outline gold button */
.elementor-button.e-outline-gold {
  background: transparent !important;
  color: #C9A84C !important;
  border: 1px solid #C9A84C !important;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 16px 28px;
}/* End custom CSS */