@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;900&family=Fraunces:opsz,wght@9..144,600&display=swap');

html,
body {
  min-height: 100%;
  background: #0a0a12;
  color: white;
  font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

::selection {
  background: rgba(45, 212, 191, 0.3);
  color: white;
}

[x-cloak] {
  display: none !important;
}
