Typography

Google fonts

1) Change the google fonts link as per your choice : package/src/css/globals.css
            
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

 
/*update font-family*/

body{
  font-family: "DM Sans", sans-serif;
}