body {
  color: #272727;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Narrow", sans-serif;
  line-height: 1.195;
  font-weight: 400;
  color: #e83454;
}

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

b,
strong {
  font-weight: 700;
}

.section__title {
  margin-bottom: 1.25rem;
  color: #e83454;
  font-size: 1.5rem;
}

.button {
  display: block;
  border: none;
}
.button__menu__label {
  text-transform: lowercase;
  font-size: 0.875rem;
  cursor: pointer;
  color: #272727;
  font-family: "Montserrat", sans-serif;
}
.button__menu .line {
  width: 42px;
  height: 1px;
  background-color: #272727;
}
.button__menu:hover .line, .button__menu:focus .line {
  background-color: #272727;
}
.button__menu:hover label, .button__menu:focus label {
  color: #272727;
}
.button__burger .line:first-child {
  margin-bottom: 8px;
}
.button__burger .line:last-child {
  margin-bottom: 4px;
}
.button__close {
  margin-left: auto;
  margin-right: 0;
}
.button__close .button__menu__line {
  position: relative;
  height: 1.5625rem;
}
.button__close .line {
  position: relative;
  top: 15px;
  right: -3px;
  width: 30px;
}
.button__close .line--first {
  transform: rotate(45deg);
}
.button__close .line--last {
  transform: rotate(-45deg);
  margin-top: -1px;
}
.button__toggle-mode .icon {
  height: auto;
  width: 2rem;
}

/*# sourceMappingURL=base.css.map */
