/* В этом файле будут храниться все значения переменных в исходном состоянии, а так же их изменения в зависимости от ширины устройства */
:root {
  --main-font: "Inter-Variable";
  --accent-font: "PressStart2P";
  --weight-title: 715;
  --main-font-weight: 410;
  --accent-font-weight: 400;
  --font-size: 18px;
  --font-size-button: 14px;
  --background-image:
    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
    ),
    repeating-linear-gradient(to bottom, #e7e7e7 0.01%, #1a1a1a 100%);
  --inline-size: clamp(375px, 100%, 700px);
  --main_color: #fff;
  --heart_contour: #000;
  --accent-color: #000;
  --animation-fill-color: #ff0000;
}
