@import url('https://fonts.googleapis.com/css2?family=Poiret+One&family=Rubik+Beastly&display=swap');


.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
header.masthead .page-heading .subheading, header.masthead, .page-heading h1 {
    font-family: "Rubik Beastly";
    color: crimson;
    text-shadow: 2px 2px 2px black;

}