Typography

Google fonts

1) Change the google fonts link as per your choice : /scss/style.scss
                        
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
                      
                  
2) Change Font family : /scss/_variables.scss
                        
$body-font-family: "Manrope", sans-serif !default;