* {
  box-sizing: border-box
}

body {
  background: #0a0a0a;
  color: #EDEAE5;
  font-family: 'Sora', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
  vertical-align: middle
}
