@font-face {
  font-family: "Segment";
  src: url("../fonts/Segment-Regular.otf");
}

@font-face {
  font-family: "Rowan";
  src: url("../fonts/Rowan-Light.otf");
}


body{
    background-color: lightgrey;
}

#project-title{
    font-family:"Segment";
    line-height: 2rem;
    font-size: 2rem;
    text-shadow: blueviolet 1px 0 10px;
}
#wrapper{
      background-color: lightgrey;
}

p{
  font-family: "Rowan";  
}