@font-face {
  font-family: 'Fira Sans';
  src: url(/public/static/FiraSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

.button {
  background: #be0519;
}

.button:hover {
  background: #990514;
}

a {
  color: #be0519;
  text-decoration-color: #be0519;
}

a:hover,
a:active,
a:focus {
  color: #990514;
  text-decoration-color: #990514;
}