/* dstrc-host-base.css
 * DSTRC Host (GP-base+) 4.2.3 – базовая типографика и выравнивания
 */

/* Core base (global) – только критичное */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  margin: 0;
}

/* GP-base (normalize+typography, безопасно) */
img,
svg,
video {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
figure {
  margin: 0;
}
p {
  margin: 0 0 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .65rem;
  font-weight: 600;
  line-height: 1.25;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.125rem; }
h5 { font-size: 1rem; }
h6 { font-size: .875rem; }

a {
  color: inherit;
  text-decoration: none;
}
ul,
ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  text-align: left;
  padding: .5rem;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  margin: 1.5rem 0;
}
