:root {
  --font-main: 'Inter';
  --font-accent: 'PressStart2P';
  --font-weight-main: 410;
  --font-weight-title: 715;
  --bg-color: #fff;
  --accent-color: #000;
  --button-text-color: var(--bg-color, #fff);
  --border-main: 2px solid var(--accent-color, #000);
  --contour-color: #000;
  --animation-fill-color: #ff0000;
  --background-image: 
repeating-linear-gradient(to right, #d3d3d3, #d3d3d3 2px, rgb(211 211 211 / 0) 2px, rgb(211 211 211 / 0) 4px), 
    repeating-linear-gradient(to bottom, #d3d3d3, #d3d3d3 2px, rgb(211 211 211 / 0) 2px, rgb(211 211 211 / 0) 4px),
    linear-gradient(to bottom, #e7e7e7 0.01%, #1a1a1a 100%);

  --page-width: clamp(23.4375rem, 16.2911rem + 30.5164vw, 43.75rem);
  --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);
}
