:root {
  /* BASE COLORS */
  --primary: #0c1119;
  --secondary: #c3639e;
  --highlight: #4d7555;
  --white: #efded5;
  --grey: #abb7b7;
  --black: #32302f;
  --error: #b62520;
  --silence: #d2896b;
  --suspend: #d94959;
  --primary-rgb: 20 13 13;
}
