@font-face {
  font-family: "Geist";
  src: url("Fonts/Geist-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  background-color: white;
  color: black;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Geist";
  font-size: 17px;
  font-weight: 450;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

button {
  background: none;
  cursor: pointer;
}

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

.title {
  width: fit-content;
  font-size: 14px;
}
