@import url("https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC:wght@200&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,271;1,271&display=swap');


body{
  background-color: lightblue;
}

b{ 
  font-family: "LXGW WenKai Mono TC", monospace;
  font-weight: 200;
}

h1{
  font-family: 'Montserrat', sans-serif;
}

h2{
    font-family: "Roboto Condensed", sans-serif; 
  font-weight: 500;
  font-style: normal;
}
  
p{
  font-family: "Karla", sans-serif;
  font-weight: 271;
  font-style: normal;
}