@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

html {scroll-behavior:smooth}
body {font-family: 'Inter', sans-serif}
::selection {background-color:#0c0c0c;color:#fafafa}
.fade-in {opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
