:root {
  /* Common Colors */
  --white: #fff;
  --primary: #2a3136;
  --lightgrey: #e2e2e2;
  --mediumgrey: #bababa;
  --lablebg: #ddf7fa;
  --tealblue: #0b698e;
  --arrowcolor: var(--tealblue);
  --primary: var(--dark);
  --bordercolor: var(--lightgrey);
  --buttonwhitetext: var(--white);
  --boxshadow: var(--dark200);
  /* Font properties */
  --weight-small: 200;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
}
