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

* {
  margin: 0;
  padding: 0;
  font: inherit;
  font-family: "SF Pro Display", Sans-serif;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}
