* {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #0f1115;

  color: #f5f7fa;

  font-family:
    Inter,
    system-ui,
    sans-serif;
}