:root {
  /* Color */
  --color-text-header: #282828;
  --color-text-title: #282828;
  --color-text-body: #545454;
  --color-text-footer: #545454;
  --color-text-link: #557799;
  --color-text-button: white;
  --color-bg-body: white;
  --color-bg-main: white;
  --color-bg-button: #557799;

  /* Border for main tag */
  --border-size: 2px solid;
  --border-color: black;
  --border-radius: 0px;
  --button-radius: 8px;

  /* Image filter */
  --img-filter: none;
}
