@font-face {
  src:
    url("../fonts/montserrat-v15-latin-500.woff") format("woff"),
    url("../fonts/montserrat-v15-latin-500.woff2") format("woff2");
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src:
    url("../fonts/montserrat-v15-latin-700.woff") format("woff"),
    url("../fonts/montserrat-v15-latin-700.woff2") format("woff2");
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src:
    url("../fonts/montserrat-v15-latin-800.woff") format("woff"),
    url("../fonts/montserrat-v15-latin-800.woff2") format("woff2");
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "montserrat", "arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #252b42;
}

h1,
.h1 {
  font-weight: 800;
  font-size: 58px;
  line-height: 80px;
}

h2,
.h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 57px;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

h4,
.h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;
  color: #252b42;
}

.btn-warning {
  color: #fff;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 57px;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3,
  .h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}
