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

:root {
  --base-font-family: "Inter-Variable";
  --accent-font-family: "PressStart2P";
  --font-weight-text: 410;
  --font-weight-header: 715;
  --accent-font-weight-text: 400;
  --base-gradient-background: repeating-linear-gradient(
      to right,
      #d3d3d3 0px 2px,
      transparent 2px 4px
    ),
    repeating-linear-gradient(#d3d3d3 0px 2px, transparent 2px 4px),
    linear-gradient(#e7e7e7 0.01%, #1a1a1a);
  --inline-size-section: clamp(23.4375rem, 16.2852rem + 30.5164vw, 43.75rem);
  --header-padding-block: clamp(7.25rem, 7.0739rem + 0.7512vw, 7.75rem);
  --font-size-header-logo: clamp(3.0625rem, 1.9087rem + 4.9231vw, 4.0625rem);
  --font-size-header-title: clamp(0.875rem, 0.226rem + 2.7692vw, 1.4375rem);
  --label-shadow-color: #fff;
  --accent-color: #000;
  --button-color-text: #fff;
  --contour-color: #000;
  --core-color: transparent;
  --main-body-color: transparent;
  --animation-fill-color: #ff0000;
}
