/*
 * NOTICE - PLEASE READ BELOW
 * ############################################################################
 *
 * THIS SITE USES A NEW GLOBAL CSS/JAVASCRIPT RESET AND CUSTOMISATION SYSTEM
 * PLEASE SPEAK TO A WUNDERWRITER BEFORE MAKING ANY CHANGES
 */

/* Imports */
@import url("https://schemeservefrontenduk.z33.web.core.windows.net/boilerplate/live/ss-custom.css");

/* Custom fonts here */


:root {
  /* Brand colors */

--ss-custom-color-primary--dark: #46712B;
--ss-custom-color-primary: #4F9237;
--ss-custom-color-primary--light: #AAD095;
--ss-custom-color-secondary--dark: #46712B;
--ss-custom-color-secondary: #4F9237;
--ss-custom-color-secondary--light: #AAD095;


}

/* Custom code here */
/* ========= 1) Branding & Section Polish ========= */
body {
  background-color: #F6F9F6; /* soft tint to lift the white cards */
  color: #1f2a1f; /* deep neutral for readability on Inter */
}