* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  background: rgb(253, 164, 2);
  color: rgb(1, 34, 65);
}
