@import url('https://fonts.googleapis.com/css2?family=Boogaloo&family=Rubik+Distressed&display=swap');
  
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
}

h1, h2 {
  font-family: 'Rubik Distressed', cursive;
}

p {
  font-family: 'Boogaloo', cursive;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.byline {
  font-weight: 200;
  font-style: italic;
}
