@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.woff2") format("woff2"),
       url("../fonts/Jost-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-SemiBold.woff2") format("woff2"),
       url("../fonts/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Bold.woff2") format("woff2"),
       url("../fonts/Jost-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*, *:before, *:after { box-sizing: border-box; margin: 0; padding: 0; }
html { width: 100%; }
body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #000;
  background: #fff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.legal-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
.legal-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.legal-header .b-logo {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.legal-header .b-logo span {
  color: #F45330;
}
.legal-back {
  font-size: 14px;
  color: #F45330;
  text-decoration: none;
}
.legal-back:hover {
  text-decoration: underline;
}
.legal-wrap h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 30px;
}
.legal-wrap h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.legal-wrap p {
  margin-bottom: 12px;
}
.legal-wrap ul {
  margin: 0 0 12px 22px;
}
.legal-wrap ul li {
  margin-bottom: 6px;
}
.legal-wrap a {
  color: #F45330;
}
.legal-wrap a:hover {
  text-decoration: none;
}
.legal-footer {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #777;
  text-align: center;
}
@media (max-width: 600px) {
  .legal-wrap h1 { font-size: 26px; }
  .legal-wrap h2 { font-size: 17px; }
}
