@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Font/Gilroy-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Font/Gilroy-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Font/Gilroy-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Font/Gilroy-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Gilroy", sans-serif !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.gm-iv-small-container {
  margin-top: 80px !important;
  margin-left: 15px !important;
  height: 56px !important;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.gm-iv-address {
  margin-top: 80px !important;
  background-color: #222222;
  opacity: 0.8;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  display: inline-block;
  padding: 6px 8px;
  margin-top: 10px;
  height: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gm-style-iw-chr {
  position: relative;
  top: 23px;
  left: 9px;
  height: 40px;
}

.logo-object-fit {
  object-fit: contain;
}
