:root {
  /* Common Colors */
  --primary: #2A3136;
  --tealblue: #0b698e;
  
  --primarytext: var(--primary);
  /* Font properties */
  --weight-small: 200;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semi-medium: 600;
  --weight-bold: 700;
}
