export default {
  // Application's colors
  navBarBackground: "#fdfdfd",
  navBarBorderColor: "#e9e7e7",
  mainText: "black",
  bodyText: "#62656b",
  darkGreen: "#00573F",
  lightGreen: "#007050",
  grey: "#9dadb2",
  darkGrey: "#F5F5F5",
  lightGrey: "#F2F2F2",
  white: "#FFFFFF",
  activeTab: "#2c3134",
  layoutGrey: "#f6f6f6",
  layoutWhite: "#fff",
  fontColor: "#7c8385",
  grey_border: "#e1e1e1",
  red: "#ff4d4d",
  black: "#000000",
  label: "#a4a4a4",
  listText: "#4d5659",
  listTextLight: "#646f73",
  disabled: "rgb(161, 161, 161)",
  transparent: "transparent",
  facebook: "#3b5998",
  google: "#d34836",
};
