:root {
  --main-font: "Inter-Variable";
  --main-font-weight: 410;
  --title-font-weight: 715;
  --main-text-line-height: 1.1666666667;
  --title-line-height: normal;
  --accent-font: "PressStart2P";
  --background-image: repeating-linear-gradient(90deg, #d3d3d3 0 2px, rgb(0 0 0 / 0) 2px 4px),     repeating-linear-gradient(180deg, #d3d3d3 0 2px, rgb(0 0 0 / 0) 2px 4px),     linear-gradient(180deg, #e7e7e7 0%, #e7e7e7 0.01%, #1a1a1a 100%);
  --rubber-width: clamp(375px, 260.55px + 30.52vw, 700px);  
  --rubber-block-padding: clamp(122px, 119.18px + 0.7512vw, 130px);


  --header-title-font-size: clamp(3.0625rem, 2.7104rem + 1.5023vw, 4.0625rem);
  --header-subtitle-font-size: clamp(0.875rem, 0.6769rem + 0.8451vw, 1.4375rem);
  --stroke-color: #000;
  --text-color: #000;
  --button-text-color: #fff;
  --button-color: #fff;
  --button-hover-color: #000;

  --text-stroke-color: #fff;


  --contour-color: #000;
  --animation-fill-color: #ff0000;
  --core-color: #ffffff;
}/* В этом файле будут храниться все значения переменных в исходном состоянии, а так же их изменения в зависимости от ширины устройства */
