/* Initialisation des variables */
:root {

  /* background */
  --epro-background-color-default: #f9f7f3;

  /* Color default */
  --epro-color-default-red: #ED786A;
  --epro-color-default-blue: #111E6B;
  --epro-color-default-gray: #B6BBC0;
  --epro-color-default-green: #00CCC0;

  /* Button */
  --epro-default-button-border-color: #00CCC0;
  --epro-default-button-background-color: #00CCC0;
  --epro-default-button-background-color-hover: #274898;

  /* PARAGRAPHE-TEXT */
  --epro-default-text-font-family: Arial, 'Arial Black', Serif;
  --epro-default-text-color: #0F172A;
  --epro-default-text-font-size: 16px;
  --epro-default-text-font-weight: 400;
  --epro-default-text-font-style: normal;

  /* Link */
  --epro-default-link-font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Arial, 'Arial Black', Serif;
  --epro-default-link-color: #111E6B;
  --epro-default-link-color-hover: #00CCC0;
  --epro-default-link-font-weight: 400;
  --epro-default-link-font-size: 14px;

  /* Gotham text */
  --epro-font-family-gotham: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Arial, 'Arial Black', Serif;

  /* Archer text */
  --epro-font-family-archer: Archer SSm A, Archer SSm B, Serif;

  /* Titres H1 > H5 */
  --epro-default-h1-font-size: 30px;
  --epro-default-h2-font-size: 24px;
  --epro-default-h3-font-size: 18px;
  --epro-default-h4-font-size: 15px;
  --epro-default-h5-font-size: 14px;

  --epro-default-title-font-weight: bold;
}