:root {
  --primary-color: #2b4e92;
  --primary-color-rgb: 43 78 146;

  --secondary-color: #E11F84;
  --secondary-color-rgb: 225 31 132;

  --third-color: #1599d9;
  --third-color-rgb: 21 153 217;

  --h1-color: #2b4e92;
  --h1-color-rgb: 43 78 146;

  --h2-color: #E11F84;
  --h2-color-rgb: 225 31 132;

  --menu-link-color: #2b4e92;
  --menu-link-color-rgb: 43 78 146;

  --text-with-background-color: #f2f2f2;
  --text-with-background-color-rgb: 242 242 242;

  --hover-button-color: #1599d9;
  --hover-button-color-rgb: 21 153 217;

  --hover-menu-link-color: #E11F84;
  --hover-menu-link-color-rgb: 225 31 132;

  --logo-link: url("/personnalisation/logo/logoTriskell-portage-couleur.png");
}
