@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');

body {
font-family: 'Jost', sans-serif;
}

a {
text-decoration:none;
}