/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'); */

* {
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.App,
#root,
body {
  min-width: 100vw;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #dfe6e7;
}

.pac-container {
  z-index: 10000;
}

iframe {
  pointer-events: none;
}

@font-face {
  font-family: 'Oswald';
  src: local('Oswald'), url('./assets/fonts/Oswald-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: Inter;
  src: url(./assets/fonts/Inter-Regular.ttf);
}

@font-face {
  font-family: 'Poppins';
  src: url(./assets/fonts/Poppins.ttf);
}
