/* Insert CSS Below */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


.homepage-element-about > section {
  background-color: #fefefe;
}

.homepage-element-about h1,
.homepage-element-about h2,
.homepage-element-about h3,
.homepage-element-about p {
  color: black; 
}

 h1, h2, h3, h4, h5, h6 {
    font-family: 'Teko', sans-serif;
  }

p, span, a {
    font-family: 'Titillium Web', sans-serif;
  }