@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/44cd1f55-d980-421b-a80c-0851c985d94f.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/cc6e7143-cf1e-47c7-93ae-0e512b14431b.woff2") format("woff2");
}

html,
body {
  margin: 0;
  padding: 0;
  background: #f5f2ec;
}

body {
  font-family: "Inter Tight", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

#root {
  display: flex;
  justify-content: center;
}

#root > * {
  width: min(1280px, 100%);
}
