:root {

  /* Primary Brand Colors */
  --primary-color: #E56D5C;
  --secondary-color: #E0C3B1;
  --accent-color: #E56D5C;

  /* Backgrounds */
  --bg-light: #f9f6f3;
  --bg-white: #ffffff;

  /* Text Colors */
  --heading-color: #E56D5C;
  --para-color: #E56D5C;

  /* button color */
  --bg-color: #E56D5C;
  --text-color: #fff;

  /* Font Family */
  --heading-font: 'Lato', sans-serif;
  --heading-font-italic:'Liberation Serif Italic',serif;
  --body-font: 'Lato', sans-serif;

  /* Border Radius */
  --radius-lg: 16px;
  --radius-md: 8px;

  /* Box Shadow */
  --shadow-soft: 0 4px 20px rgb(230 218 218);
}