@import url('https://fonts.googleapis.com/css2?family=Inter&family=Red+Hat+Display:wght@500&display=swap');

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Inter', sans-serif;
}

main{
    margin-top: 79px;
    min-height: 70vh;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Red Hat Display', 'Inter', sans-serif;
}

p, span{
    letter-spacing: .3px;
}