:root {
  --theme-font-size: 16px;
  --theme-font-family: "Bitter", serif;
  --theme-font-family-headings: "Bitter", serif;
  --theme-line-height: calc(var(--theme-font-size) * 1.7);
  --column-gap: 1.75em;
  --row-gap: 1.75em;

  --theme-background-color: rgba(238, 238, 238, 1);
  --theme-background-color-transparent: rgba(238, 238, 238, 0.7);
  --theme-highlighted-bg-color: #dfdfdf;
  --theme-dialog-bg-color: rgba(192, 192, 192, 0.8);
  --theme-text-color: #111;
  --theme-border-color: #000;
  --theme-link-color: rgba(0, 0, 255, 0.8);
}
