@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Raleway", sans-serif;
    
}
*{
    scroll-behavior: smooth;
    scroll-margin-top: 50px;
}
h1, h2, h3 { text-transform: uppercase; }