@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

 html, body, html * {
    font-family: Lato, sans-serif;
 }


:root {
  --brand-primary: "#414042";
  --brand-seconday: "#E67634";
  --brand-tertiary: "#B2B1B2";

  --grey-200: "#414042";
  --grey-300: "#414042";
  --grey-400: "#414042";
  --grey-500: "#414042";
  --grey-600: "#414042";
  --grey-700: "#414042";
  --grey-800: "#414042";
  --grey-900: "#414042";

  --black-05: "#80414042";
  --black-09: "#E6414042";

  --state-warning: "#414042";
  --state-info: "#414042";
  --state-success: "#414042";
  --state-error: "#414042";

  --link-default: "#E67634";
  --link-active: "#E67634";
  --link-visited: "#E67634";
  --link-disabled: "#B2B1B2";
  --link-hover: "#E67634";
}


