:root {
    --main-font: 'Inter', sans-serif;
    --accent-font: 'PressStart2P', fantasy;
    --text-weight: 400;
    --title-weight: 700;
    --background-image:
    repeating-linear-gradient(
      to right,
      #d3d3d3 0px,
      #d3d3d3 2px,
      transparent 2px,
      transparent 4px
    ),
    repeating-linear-gradient(
      to bottom,
      #d3d3d3 0px,
      #d3d3d3 2px,
      transparent 2px,
      transparent 4px
    ),
    linear-gradient(
      to bottom,
      #e7e7e7 0.01%,
      #1a1a1a
    );
    --content-width: clamp(375px, 100%, 700px);
    --label-stroke-color: #fff;
    --contour-color: #000;
    --animation-fill-color: #ff0000;
}