/* В этом файле будут храниться все значения переменных в исходном состоянии, а так же их изменения в зависимости от ширины устройства */
:root {
  --card-width: clamp(23.438rem, 16.285rem + 30.516vw, 43.75rem);
  --accent-color: #000;
  --background-color: #fff;
  --background-image: repeating-linear-gradient(
      transparent,
      transparent,
      #d3d3d3 2px,
      #d3d3d3 4px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent,
      #d3d3d3 2px,
      #d3d3d3 4px
    ),
    linear-gradient(to bottom, #e7e7e7 0.01%, #1a1a1a);
  --font-family-accent: "PressStart2P-Regular";
  --font-family: "Inter-Variable";
  --font-card-text-weight: 400;
  --font-card-title-weight: 700;
  --font-size: 18px;
  --line-height: 21px;
  --card-background: #fff;
  --button-font-size: 14px;
  --text-stroke-color: #fff;
  --blend-color: #fff;
  --heart-contour: #000;
  --heart-fill: #ff0000;
}
