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

:root {
  --font-main: 'Inter', sans-serif;
  --font-accent: 'PressStart2P', cursive;
  --font-weight-main: 400;
  --font-weight-title: 700;
  --page-gradient: 
    repeating-linear-gradient(90deg, #d3d3d3d3 0 2px, transparent 2px 4px),
    repeating-linear-gradient(180deg, #d3d3d3d3 0 2px, transparent 2px 4px),
    linear-gradient(180deg, #e7e7e7 0.01%, #1a1a1a 100%);
  --container-width: clamp(23.438rem, 16.285rem + 30.516vw, 43.75rem);
  --bg-color: #fff;
  --stroke-color: #fff;
  --color-accent: #000;

  --icon-stroke: #000;
  --icon-active: #FF0000;
  --icon-core-fill: none;
  --icon-body-fill: none;
  --icon-spark-color: #FF0000;
}

