/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

html {
  overscroll-behavior: contain;
  scrollbar-color: #00af9c transparent !important;
  scrollbar-width: thin !important;
}

html, body {
  touch-action: pan-y;
  position: relative;

}

section {
  overflow-x: clip;
}

body {
  font-family: "Inter", sans-serif;
  background: #e5e5e5 url('/wp-content/themes/newsmart/img/passport-landing/background-repeat.webp') 0 0;
  color: #101a18;
  font-size: 20px;
  line-height: normal;
  background-attachment: fixed;
  overflow-x: hidden;
}

h1, h2, h4, h6, h6 {
  font-family: "Akt", sans-serif;
  line-height: 1;
  font-weight: 900;
}

h1 {
  margin-bottom: 48px;
  font-size: 72px;
}

h2 {
  margin-bottom: 24px;
  color: #101a18;
  line-height: 1.12;
  font-size: 32px;
  letter-spacing: 0.02em;
}

h3 {
  font-family: "Akt", sans-serif;
  font-weight: bold;
}

p {
  font-size: 20px;
  font-weight: 300;
}

a {
  color: #fff;
  text-decoration: none;

  &:hover {
    color: #fff;
    text-decoration: underline;
  }
}

p strong,
div strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

input:active,
input:hover,
input:focus,
a:focus,
a:focus-visible,
input,
button,
a {
  outline: 0 !important;
  outline-offset: 0;
  box-shadow: none;
}

ol, ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

/* ========================================
   (≥ 576px)
   ======================================== */
@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */
@media only screen and (min-width: 768px) {
  h2 {
    margin-bottom: 50px;
    line-height: 1;
    font-size: 42px;
  }
}

/* ========================================
   (≥ 992px)
   ======================================== */
@media only screen and (min-width: 992px) {
  h2 {
    margin-bottom: 50px;
    line-height: 1;
    font-size: 52px;
  }
}

/* ========================================
   (≥ 1200px)
   ======================================== */
@media only screen and (min-width: 1200px) {

}

/* ========================================
   (≥ 1400px)
   ======================================== */
@media only screen and (min-width: 1400px) {

}
