@font-face {
  font-family: "HBMarginS";
  src: url("https://www.pinea-periodical.com/fonts/HBMarginSWebv0.45-375.woff2") format("woff2");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: 'HBMarginS','Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: regular;
  background: #000;
}

a{
  font-size: 15px;
  line-height: 18px;
  color: #000;
  opacity: 0.4;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover{
  opacity: 1;
}

h2{
  font-weight: 200;
  font-size: 19px;
  line-height: 21px;
}

.button{
  background: #000;
  border-radius: 10px;
  padding: 4px 8px;
  height: auto;
  text-transform: uppercase;
  whiteSpace: nowrap;
  font-size: 8px;
  line-height: 10px;
  display: inline-block;
  min-width: unset;
}

.button.button-outline {
  background: #fff;
  border: 1px solid #000000;
  color: #000000;
}

input {
  position: relative;
  top: -2px;
}

input[type="text"]{
  margin-top: 5px;
}