.elementor-kit-5{--e-global-color-primary:#0B100C;--e-global-color-secondary:#1E7A45;--e-global-color-text:#1A231C;--e-global-color-accent:#93C83D;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Hanken Grotesk";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Hanken Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Martian Mono";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  /* Equal Lands Colours */
  --eql-ink: #0B100C;
  --eql-ink-soft: #1A231C;
  --eql-canopy: #0F3D24;
  --eql-field: #1E7A45;
  --eql-lime: #93C83D;
  --eql-limestone: #F4F1EA;
  --eql-sand: #E4DFD3;
  --eql-white: #FFFFFF;
  --eql-clay: #C24A2E;
  --eql-whatsapp: #25D366;

  /* Equal Lands Fonts */
  --eql-font-display: "Archivo", sans-serif;
  --eql-font-body: "Hanken Grotesk", sans-serif;
  --eql-font-label: "Martian Mono", monospace;

  /* Fluid Font Sizes */
  --eql-fs-display: clamp(2.75rem, 7vw, 5.5rem);
  --eql-fs-h1: clamp(2.25rem, 5vw, 3.75rem);
  --eql-fs-h2: clamp(1.75rem, 3.6vw, 2.75rem);
  --eql-fs-h3: clamp(1.25rem, 2.2vw, 1.625rem);
  --eql-fs-lead: clamp(1.0625rem, 1.4vw, 1.25rem);
  --eql-fs-body: 1.0625rem;
  --eql-fs-small: 0.9375rem;
  --eql-fs-label: 0.75rem;
}

/* Global body styling */
body {
  background: var(--eql-limestone);
  color: var(--eql-ink-soft);
  font-family: var(--eql-font-body);
  font-size: var(--eql-fs-body);
  line-height: 1.65;
}

/* Global heading styling */
h1,
h2,
h3 {
  color: var(--eql-ink);
  font-family: var(--eql-font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
}

h1 {
  font-size: var(--eql-fs-display);
  line-height: 0.98;
  font-variation-settings: "wdth" 115, "wght" 800;
}

h2 {
  font-size: var(--eql-fs-h2);
  line-height: 1.12;
  font-variation-settings: "wdth" 115, "wght" 800;
}

h3 {
  font-size: var(--eql-fs-h3);
  line-height: 1.12;
  font-weight: 700;
}

/* Labels and eyebrows */
.eql-label,
.eql-eyebrow,
.eql-mono {
  font-family: var(--eql-font-label);
  font-size: var(--eql-fs-label);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Links */
a {
  color: var(--eql-field);
}

a:hover {
  color: var(--eql-ink);
}/* End custom CSS */