@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
  scroll-behavior: smooth;
  font-family: 'Outfit', sans-serif;
}

article,
div,
section {
  scroll-margin-top: 50px;
}
