/* В этом файле будут храниться все значения переменных в исходном состоянии, а так же их изменения в зависимости от ширины устройства */
:root {
  --main-font: "Inter", sans-serif;
  --accent-font: "PressStart2P", cursive;
  --card-header-weight: 715;
  --main-text-weight: 410;
  --page-bg: 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%);
  --content-width: clamp(23.438rem, 16.285rem + 30.516vw, 43.75rem);
  --main-bg: rgba(255, 255, 255, 1);
  --stroke-color: rgba(255, 255, 255, 1);
  --accent-color: rgba(0, 0, 0, 1);
  --heart-icon-contour: rgba(0, 0, 0, 1);
  --animation-fill-color: rgba(255, 0, 0, 1);
  --heart-icon-sparks-color: rgba(255, 0, 0, 1);
}
