* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #15171c;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: #e0712f;
  color: #15171c;
}

img,
svg {
  max-width: 100%;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #e0712f;
  outline-offset: 2px;
}

button,
input,
select,
textarea {
  font: inherit;
}

[data-nav-desktop] {
  display: flex;
}

[data-nav-burger] {
  display: none;
}

[data-mobile-menu][hidden] {
  display: none !important;
}

[data-nav-link]:hover,
footer a:hover {
  opacity: 1 !important;
  color: #edeef0 !important;
}

[data-contact-form] button[disabled] {
  cursor: wait !important;
  opacity: 0.72;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 880px) {
  [data-nav-desktop] {
    display: none !important;
  }

  [data-nav-burger] {
    align-items: center;
    display: flex !important;
    justify-content: center;
  }
}
