/* В этом файле будут храниться все значения переменных в исходном состоянии, а так же их изменения в зависимости от ширины устройства */
:root {
  --font-family-main: "Inter", sans-serif;
  --font-family-accent: "Press Start 2P", sans-serif;
  --main-font-title-weight: 715;
  --main-font-weight: 410;
  --grid-background: repeating-linear-gradient(
      to right,
      #d3d3d3 0 2px,
      transparent 2px 4px
    ),
    repeating-linear-gradient(to bottom, #d3d3d3 0 2px, transparent 2px 4px),
    linear-gradient(to bottom, #e7e7e7 0.01%, #1a1a1a 100%);
  --theme-background: #fff;
  --button-diffirence-text-color: #fff;
  --accent-color: #000;
  --contour-color: #000;
  --animation-fill-color: #ff0000;
  --liked-color: #ff0000;
  --sparks-opacity: 0;
  --contour-color: #000;
  --core-color: transparent;
  --main-body-color: transparent;
}
