:root {
  --base-font: 'Inter';
  --headline-font: 'PressStart2P-Regular';
  --weight-title: 700;
  --weight-body: 400;
  --text-outline: #fff;
  --surface: #fff;
  --text-main: #000;
  --outline-clr: #000;
  --border-line: #000;
  --primary-accent: #000;
  --blend-contrast: #fff;
  --highlight-red: red;
  --bg-top: #fff;
  --bg-bottom: #000;
}