:root {
  --blue-france-sun-113-625: #cb893f;
  --blue-france-sun-113-625-hover: #e67600;
  --blue-france-sun-113-625-active: #cc6600;

  --background-action-low-blue-france: #fff4e6;
  --background-action-low-blue-france-hover: #ffe4cc;
  --background-action-low-blue-france-active: #ffd1a3;
}

:root[data-fr-theme='dark'] {
  --blue-france-sun-113-625: #cb893f;
  --blue-france-sun-113-625-hover: #e67600;
  --blue-france-sun-113-625-active: #cc6600;

  --background-action-low-blue-france: #4d2e12;
  --background-action-low-blue-france-hover: #663c18;
  --background-action-low-blue-france-active: #804a1f;

  --text-inverted-blue-france: #fff;
}
