:root {
  /*
  Main section
   */
  --color-background-main: #25303a;
  --color-panel: #0eb92b;
  --color-secondary: #7b5f62;
  --color-main: #2c7fe1;
  --color-main-darker: #205ea7;
  --color-font: #fff;
  --color-anchor: #00ff8d;

  /*
  Items section
   */
  --color-background-items: #25303a;
  --color-stroke-line: #2c7fe1;

  /*
  Business card section
   */
  /*noinspection CssUnknownTarget*/
  --bc-background: url("/img/bs-card/bck-dark.svg");
  --bc-color-links: #1bda3c;
}
