/* В этом файле будут храниться все значения переменных в исходном состоянии, а так же их изменения в зависимости от ширины устройства */

:root {
  --font-main: "Inter-Variable", sans-serif;
  --font-accent: "PressStart2P", fantasy;
  --font-weight-main: 410;
  --font-weight-title: 715;
  --background-image-main:
    repeating-linear-gradient(
      to right,
      #d3d3d3 0 2px,
      rgb(211 211 211 / 0) 2px 4px
    ),
    repeating-linear-gradient(
      to bottom,
      #d3d3d3 0 2px,
      rgb(211 211 211 / 0) 2px 4px
    ),
    linear-gradient(to bottom, #e7e7e7, #e7e7e7 0.01%, #1a1a1a 100%);
  --element-inline-size: clamp(375px, calc(227.273px + 39.394vw), 700px);
  --element-background-color: #fff;
  --label-stroke-color: #fff;
  --animation-fill-color: #ff0000;
  --contour-color: #000;
  --popup-inline-size: clamp(341px, calc(336.775px + 1.127vw), 353px);
  --difference-color: #fff;
}
