*,
::after,
::before,
::backdrop,
::file-selector-button {
  margin: 0;
  padding: 0;
}

*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box;
  border: 0 solid;
}

@layer base {
  .google-map * {
    border-style: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

body {
  background: #000;
  color: #fff;
}

@font-face {
  font-family: "Satoshi";
  src: url("./fonts/satoshi.woff2") format("woff2"),
    url("./fonts/satoshi.woff") format("woff"),
    url("./fonts/satoshi.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

html,
body {
  font-family: "Satoshi", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.container {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1 {
  font-weight: 600;
  font-size: 36px;
}

h3 {
  font-weight: 570;
  font-size: 17px;
  margin-top: 5px;
}

.socials {
  margin-top: 30px;
  display: flex;
  gap: 9px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  height: 35px;
}

a {
  cursor: pointer;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

a:hover {
  transform: scale(1.1);
}
