:root {
  /* Common Colors */
  --darkgrey: #2a3136;
  --lightdarkgrey: #4d4d4d;
  --lightgrey: #ededed;
  --lightgrey2: #c9d0d2;
  --red: #e3463a;
  --blue: #2167ae;
  --darkblue: #23366f;
  --lightgreen: #d1f1f0;
  --offwhite: #fcf4f4;
  --white: #ffffff;
  --black: #000000;
  --successmessage: #1e9058;
  /* Font properties */
  --weight-small: 200;
  --weight-regular: 400;
  --weight-medium: 600;
  --weight-bold: 700;
}
