/* GLOBAL LINK RESET */
a {
  color: inherit;
  text-decoration: none;
}

/* BUTTON LINK SAFETY */
a.gg-btn {
  text-decoration: none;
  color: inherit;
}

/* global font reset */
.text,
address,
blockquote,
body,
ol,
p,
pre,
table,
ul {
  font-family: inherit;
  font-size: inherit;
  margin: inherit;
}
