@charset "UTF-8";
:root {
  --body-bg: #f6f3ed; /* blanc propre (#f6f3ed) - Palette Ligne ocre Modifier */
  --body-color: #3f4045; /* charbon froid clair (#3f4045) - Palette Ligne ocre Modifier */
  --heading-color: #18181b; /* charbon froid fonçé (#18181b) - Palette Ligne ocre Modifier */
  --webic-accent-color: #90652c; /* decorative-color higher contrasted (4:64) (previous test #A4612D) */
  --webic-decorative-color: #b78139; /* ocre usée (#b78139) */

  --webic-header-bg: #f6f3ed;
  --webic-header-box-shadow: none; /* 0px 1px 0px rgba(255, 255, 255, 0.8) inset, 0px 0 15px rgba(255, 255, 255, 0.6) */

  --cassiopeia-color-primary: #112855;
  --cassiopeia-color-link: #224faa;
  --link-color: #224faa;
  --link-color-rgb: 34, 79, 170;
  --cassiopeia-color-hover: #424077;
  --link-hover-color: #424077;
  --link-hover-color-rgb: 66, 64, 119;
}
