:root {
  --main-font-family: Inter, sans-serif;
  --accent-font-family: PressStart2P, fantasy;
  --card-title-weight: 715;
  --card-body-weight: 410;
  --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(#e7e7e7 0.01%, #1a1a1a);
  --label-outline-color: #fff;
  --heart-contour-color: #000;
  --animation-fill-color: red;
  --accent-color: #000;
}
