:root {
  /* Common Colors */
  --white: #fff;
  --tealblue: #0B698E;
  --buttonhovercolor: #0A4D68;

  /* Font properties */
  --weight-small: 200;
  --weight-regular: 400;
  --weight-medium: 600;
  --weight-bold: 700;
}
