@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: "Figtree", cursive;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 18px;
}