:root {
  --main-font: 'Inter-Variable';
  --font-accent: 'PressStart2P';
  --bg-color: #fff;
  --heart-contour: #000;
  --heart-hover: #000;
  --border: 2px solid #000;
  --animation-fill-color: #f00;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --background-image: repeating-linear-gradient(
    to right,
    #d3d3d3 0 2px,
    transparent 2px 4px
  ),
  repeating-linear-gradient(
    to bottom,
    #d3d3d3 0 2px,
    transparent 2px 4px
  ),
  linear-gradient(
    to bottom,
    #e7e7e7 0.01%,
    #1a1a1a 100%
  );
}