@font-face {
  font-family: 'water-lemon';
  src: url("font/WaterLemon-6RG7x.ttf") format("truetype");
}

@font-face {
 font-family: 'startstory'; 
  src: url("font/StartStory-ov22z.ttf") format("truetype");
}

body, p {
  font-family: water-lemon;
  color: #4A021E
}

h1, h2, h3, h4, h5, h6 {
  font-family: startstory;
}

a {
  font-family: water-lemon;
  color: #F24B9E;
}