:root {
  --insur-font: "Manrope", sans-serif;

  /* Body Text */
  --insur-gray: #6F6255;
  --insur-gray-rgb: 111, 98, 85;

  /* Primary Brand Color (Brown) */
  --insur-base: #8B6B3D;
  --insur-base-rgb: 139, 107, 61;

  /* Dark Text / Headings */
  --insur-black: #2F261E;
  --insur-black-rgb: 47, 38, 30;

  /* Light Background */
  --insur-extra: #F8F5F0;
  --insur-extra-rgb: 248, 245, 240;

  /* Borders */
  --insur-bdr-color: #D8C6AD;
  --insur-bdr-color-rgb: 216, 198, 173;
}