:root {
  --background-header: #eeeeee;
  /* --background-sub-header: #f8f2ec; */
  --background-sub-header: #f3f3f3;

  --border-standard: solid 1px #ccc;
  --border-color: #ccc;
  --border-color-form: #bbb;
  --border-radius: 10px;
  --border-radius-card: 15px;

  --color-header: #555555;
  --color-link: #990000;
  --color-link-hover: #ff0000;

  --font-weight-light: 100;
  --font-weight-regular: 300;
  --font-weight-bold: 500;
  --font-weight-extra-bold: 700;
}