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

:root {
  --bg-image: 
    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%, #e7e7e7 0.01%, #1a1a1a 100%);
  --font-famaly-text: 'Inter-Variable';
  --font-weight-regular: 410;
  --font-weight-bold: 715;
  --font-famaly-text-accent: 'PressStart2P';
  --font-weight-text-pixel: 400;
  --width-block: clamp(23.4375rem, 16.2852rem + 30.5164vw, 43.75rem);
  --contour-heart: #000000;
  --sparks-color: #ff0000;
  --animation-fill-color: #ff0000;
}