body {
  background: #FFFFFF;
}
.c-button {
  background: #f5f5f5;
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #1a1a1a;
}
.c-button:hover {
  background: #e8e8e8;
}
.c-button--primary {
  background: #444444;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #ffffff;
}
.c-button--primary:hover {
  background: #555555;
}
.c-button--danger {
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--text {
  border-color: #e5e5e5;
}
.c-input--text:focus {
  border-color: #1a1a1a;
}
