@import url("reset.css");
@import url("fonts.css");
@import url("layout.css");

/* Заголовки */
h1 {
  font-size: 64px;
  font-weight: 600;
  font-variant: lining-nums;
  line-height: 64px;
  text-transform: uppercase;
  color: #2a1617;
  margin: 0 0 8px 0;
  line-height: 1.1;
}

h2 {
  font-size: 32px;
  font-weight: bold;
  font-variant: lining-nums;
  line-height: 34px;
  text-transform: uppercase;
  color: #2a1617;
  margin: 0 0 4px 0;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  font-variant: lining-nums;
  line-height: 28px;
  color: #2a1617;
  margin: 0 0 4px 0;
}
