:root {
  /* Text */
  --text-primary: #0e0e10;
  --text-white: #ffffff;

  /* Surfaces */
  --mainBg: #e8ebf1;
  --surface-black: #000000;

  /* Borders/Shadows */
  --border: rgba(0, 0, 0, 0.08);
}
