<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Variable names from http://chir.ag/projects/name-that-color */
@keyframes easeInCubicMotion {
  to {
    transform: translate(150px); } }

@keyframes easeOutCubicMotion {
  to {
    transform: translate(150px); } }

.round-button {
  border-radius: 40px;
  font-size: 1.125rem;
  color: #1f3d76;
  background: #f5fe81;
  text-transform: none;
  font-weight: bold;
  padding: 12px 20px 8px;
  box-shadow: none;
  border: 0;
  outline: 0;
  font-family: "Founders Grotesk", Arial, Helvetica, sans-serif;
  min-width: 10em; }

/*# sourceMappingURL=roundButton.css.map*/</pre></body></html>