:root{
  /* Brand accent override (coral) */
  --primary-color:#F07167;
  --primary-color-rgb:240,113,103;

  /* Some template gradients use a second primary */
  --primary-color-2:#E85F55;
  --primary-color-2-rgb:232,95,85;

  /* Secondary color is used interchangeably in this theme */
  --secondary-color:#F07167;
  --secondary-color-rgb:240,113,103;
}
