@import "fonts/stylesheet.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::selection {
  background: #FF6B00;
  color: #ffffff;
}
body {
  font-family: "Neue Haas Grotesk Text", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 24px;
}
a,
button,
input {
  outline: none;
  text-decoration: none;
  font-family: "Neue Haas Grotesk Text", sans-serif;
  transition: 0.25s all ease-in-out;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: inline-block;
}
.container {
  max-width: 1240px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
input,
textarea,
select {
  font-family: "Neue Haas Grotesk Text", sans-serif;
  font-size: 16px;
  outline: none;
  resize: none;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  border-radius: 50px;
  border: 0;
  color: #fff;
  background-color: #000;
  font-family: LoRes12OT, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #FF6B00;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.1;
  font-family: "Neue Haas Grotesk Display", sans-serif;
}
.h1,
h1 {
  font-size: 60px;
}
.h2,
h2 {
  font-size: 48px;
}
.h3,
h3 {
  font-size: 36px;
}
.h4,
h4 {
  font-size: 30px;
}
.h5,
h5 {
  font-size: 24px;
}
.h6,
h6 {
  font-size: 20px;
}
.pixel-bold,
.pixel-normal {
  font-family: LoRes12OT, sans-serif;
  line-height: normal;
}
.pixel-bold {
  font-weight: bold;
}
.pixel-normal {
  font-weight: normal;
}
.pixel-60 {
  font-size: 60px;
}
.pixel-24 {
  font-size: 24px;
}
.pixel-36 {
  font-size: 36px;
}
.pixel-20 {
  font-size: 20px;
}
