@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
  --app-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', Arial, 'Helvetica Neue', sans-serif;
}

html {
  font-family: var(--app-font) !important;
}

*, *::before, *::after, input, button, select, textarea {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-style: normal !important;
}


@media (min-width: 992px) {
    .header__wrapper {
        display: flex;
    }
    .header__action.header__action--search {
        display: none;    
    }
}