 
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,200;0,300;1,400&display=swap');

body{
 	font-family:'Prompt',sans-serif; 
 }

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}
 